Html Css Color HEX #C84729 Trinidad

📋 copy color: '#C84729'

red 200 ◦ green 71 ◦ blue 41

#C84729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C84729

Tints of Trinidad #C84729

RGB

 RED value IS 200 (78.52% from 255) = 64.1%

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 64.1%
G = 22.76%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C84729 (or 0xC84729) is known color: Trinidad. HEX triplet: C8, 47 and 29. RGB value is (200,71,41). Sum of RGB (Red+Green+Blue) = 200+71+41=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C84729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84729 is #37B8D6. Grayscale: #6A6A6A. Windows color (decimal): -3651799 or 2705352. OLE color: 2705352.

HSL color Cylindrical-coordinate representation of color #C84729: hue angle of 11.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84729 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 41 -
CMYK 0 0.64 0.80 0.22
HSL 11.32º 0.66% 0.47% -
HSV(B) 11.32º 0.8% 0.78% -
XYZ 26.47 16.95 3.97 -
YUV 106.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 200 71 41 0 0.64 0.80 0.22 11.32 0.66 0.47
Hex C8 47 29 0 40 50 16 B 42 2F
Octal 310 107 51 0 100 120 26 13 102 57
Binary 11001000 1000111 101001 0 1000000 1010000 10110 1011 1000010 101111

Color Harmonies of #C84729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84729

Black with #C84729

Text Example


Text Example

White with #C84729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84729; }

 p { color: rgb(200,71,41); }

 H1.HeaderClassName
 {
   color: #C84729;
 }
 .AnyTagClassName
 {
   color: #C84729;
 }
</style>

background-color css

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

 a { background-color: rgb(200,71,41); }

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

border-color css

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

 span { border-color: rgb(200,71,41); }

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