Html Css Color HEX #D1531B Chocolate

📋 copy color: '#D1531B'

red 209 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #D1531B

Tints of Chocolate #D1531B

RGB

 RED value IS 209 (82.03% from 255) = 65.52%

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 65.52%
G = 26.02%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1531B (or 0xD1531B) is known color: Chocolate. HEX triplet: D1, 53 and 1B. RGB value is (209,83,27). Sum of RGB (Red+Green+Blue) = 209+83+27=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1531B is #2EACE4. Grayscale: #727272. Windows color (decimal): -3058917 or 1790929. OLE color: 1790929.

HSL color Cylindrical-coordinate representation of color #D1531B: hue angle of 18.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1531B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 27 -
CMYK 0 0.60 0.87 0.18
HSL 18.46º 0.77% 0.46% -
HSV(B) 18.46º 0.87% 0.82% -
XYZ 29.59 19.82 3.3 -
YUV 114.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 209 83 27 0 0.60 0.87 0.18 18.46 0.77 0.46
Hex D1 53 1B 0 3C 57 12 12 4D 2E
Octal 321 123 33 0 74 127 22 22 115 56
Binary 11010001 1010011 11011 0 111100 1010111 10010 10010 1001101 101110

Color Harmonies of #D1531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1531B

Black with #D1531B

Text Example


Text Example

White with #D1531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1531B; }

 p { color: rgb(209,83,27); }

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

background-color css

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

 a { background-color: rgb(209,83,27); }

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

border-color css

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

 span { border-color: rgb(209,83,27); }

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