#c5491f

Color #C5491F Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C5491F

Tints of Trinidad #C5491F

Color information

#C5491F (or 0xC5491F) is unknown color: approx Trinidad. HEX triplet: C5, 49 and 1F. RGB value is (197,73,31). Sum of RGB (Red+Green+Blue) = 197+73+31=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C5491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5491F is #3AB6E0. Grayscale: #696969. Windows color (decimal): -3847905 or 2050501. OLE color: 2050501.

HSL color Cylindrical-coordinate representation of color #C5491F: hue angle of 15.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5491F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1977331-
CMYK00.630.840.23
HSL15.18º72.81%44.71%-
HSV(B)15.18º84.26%77.25%-
XYZ25.6616.733.17-
YUV105.2986.08193.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 65.45%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=65.45%
G=24.25%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197733100.630.840.2315.1872.8144.71
HexC5491F03F5417f492d
Octal30511137077124271711155
Binary11000101100100111111011111110101001011111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5491f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5491f; }

 p { color: rgb(197,73,31); }

 H1.HeaderClassName
 {
   color: #c5491f;
 }
 .AnyTagClassName
 {
   color: #c5491f;
 }
</style>
background-color css

<style>
 a { background-color: #c5491f; }

 a { background-color: rgb(197,73,31); }

 div.DivClassName
 {
   background-color: #c5491f;
 }
 .BgClassName
 {
   background-color: #c5491f;
 }
</style>
border-color css

<style>
 span { border-color: #c5491f; }

 span { border-color: rgb(197,73,31); }

 td.TdClassName
 {
   border-color: #c5491f;
 }
 .TagClassName
 {
   border-color: #c5491f;
 }
</style>