Html Css Color HEX #C7531D Trinidad

📋 copy color: '#C7531D'

red 199 ◦ green 83 ◦ blue 29

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

Shades of Trinidad #C7531D

Tints of Trinidad #C7531D

RGB

 RED value IS 199 (78.13% from 255) = 63.99%

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 63.99%
G = 26.69%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7531D (or 0xC7531D) is known color: Trinidad. HEX triplet: C7, 53 and 1D. RGB value is (199,83,29). Sum of RGB (Red+Green+Blue) = 199+83+29=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7531D is #38ACE2. Grayscale: #6F6F6F. Windows color (decimal): -3714275 or 1921991. OLE color: 1921991.

HSL color Cylindrical-coordinate representation of color #C7531D: hue angle of 19.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7531D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 29 -
CMYK 0 0.58 0.85 0.22
HSL 19.06º 0.75% 0.45% -
HSV(B) 19.06º 0.85% 0.78% -
XYZ 26.87 18.42 3.3 -
YUV 111.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 199 83 29 0 0.58 0.85 0.22 19.06 0.75 0.45
Hex C7 53 1D 0 3A 55 16 13 4B 2D
Octal 307 123 35 0 72 125 26 23 113 55
Binary 11000111 1010011 11101 0 111010 1010101 10110 10011 1001011 101101

Color Harmonies of #C7531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7531D

Black with #C7531D

Text Example


Text Example

White with #C7531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7531D; }

 p { color: rgb(199,83,29); }

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

background-color css

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

 a { background-color: rgb(199,83,29); }

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

border-color css

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

 span { border-color: rgb(199,83,29); }

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