#C54727

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

Shades of Trinidad #C54727

Tints of Trinidad #C54727

Color information

#C54727 (or 0xC54727) is unknown color: approx Trinidad. HEX triplet: C5, 47 and 27. RGB value is (197,71,39). Sum of RGB (Red+Green+Blue) = 197+71+39=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C54727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54727 is #3AB8D8. Grayscale: #696969. Windows color (decimal): -3848409 or 2574277. OLE color: 2574277.

HSL color Cylindrical-coordinate representation of color #C54727: hue angle of 12.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C54727 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1977139-
CMYK00.640.800.23
HSL12.15º66.95%46.27%-
HSV(B)12.15º80.2%77.25%-
XYZ25.6516.523.76-
YUV105.0390.74193.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=64.17%
G=23.13%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197713900.640.800.2312.1566.9546.27
HexC547270405017c432e
Octal305107470100120271410356
Binary1100010110001111001110100000010100001011111001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54727; }

 p { color: rgb(197,71,39); }

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

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

 a { background-color: rgb(197,71,39); }

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

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

 span { border-color: rgb(197,71,39); }

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