Html Css Color HEX #C84829 Trinidad

📋 copy color: '#C84829'

red 200 ◦ green 72 ◦ blue 41

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

Shades of Trinidad #C84829

Tints of Trinidad #C84829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 63.9%
G = 23%
B = 13.1%

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

#C84829 (or 0xC84829) is known color: Trinidad. HEX triplet: C8, 48 and 29. RGB value is (200,72,41). Sum of RGB (Red+Green+Blue) = 200+72+41=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C84829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84829 is #37B7D6. Grayscale: #6A6A6A. Windows color (decimal): -3651543 or 2705608. OLE color: 2705608.

HSL color Cylindrical-coordinate representation of color #C84829: hue angle of 11.7º 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 #C84829 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 41 -
CMYK 0 0.64 0.80 0.22
HSL 11.7º 0.66% 0.47% -
HSV(B) 11.7º 0.8% 0.78% -
XYZ 26.54 17.07 3.99 -
YUV 106.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 200 72 41 0 0.64 0.80 0.22 11.7 0.66 0.47
Hex C8 48 29 0 40 50 16 C 42 2F
Octal 310 110 51 0 100 120 26 14 102 57
Binary 11001000 1001000 101001 0 1000000 1010000 10110 1100 1000010 101111

Color Harmonies of #C84829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84829

Black with #C84829

Text Example


Text Example

White with #C84829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84829; }

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

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

background-color css

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

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

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

border-color css

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

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

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