#C54529

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

Shades of Trinidad #C54529

Tints of Trinidad #C54529

Color information

#C54529 (or 0xC54529) is unknown color: approx Trinidad. HEX triplet: C5, 45 and 29. RGB value is (197,69,41). Sum of RGB (Red+Green+Blue) = 197+69+41=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C54529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54529 is #3ABAD6. Grayscale: #686868. Windows color (decimal): -3848919 or 2704837. OLE color: 2704837.

HSL color Cylindrical-coordinate representation of color #C54529: hue angle of 10.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C54529 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1976941-
CMYK00.650.790.23
HSL10.77º65.55%46.67%-
HSV(B)10.77º79.19%77.25%-
XYZ25.5516.293.89-
YUV104.0892.41194.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=64.17%
G=22.48%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197694100.650.790.2310.7765.5546.67
HexC545290414F17b422f
Octal305105510101117271310257
Binary1100010110001011010010100000110011111011110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54529; }

 p { color: rgb(197,69,41); }

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

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

 a { background-color: rgb(197,69,41); }

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

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

 span { border-color: rgb(197,69,41); }

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