Html Css Color HEX #D1631B Chocolate

📋 copy color: '#D1631B'

red 209 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #D1631B

Tints of Chocolate #D1631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 62.39%
G = 29.55%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1631B (or 0xD1631B) is known color: Chocolate. HEX triplet: D1, 63 and 1B. RGB value is (209,99,27). Sum of RGB (Red+Green+Blue) = 209+99+27=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1631B is #2E9CE4. Grayscale: #7C7C7C. Windows color (decimal): -3054821 or 1795025. OLE color: 1795025.

HSL color Cylindrical-coordinate representation of color #D1631B: hue angle of 23.74º 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 #D1631B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 27 -
CMYK 0 0.53 0.87 0.18
HSL 23.74º 0.77% 0.46% -
HSV(B) 23.74º 0.87% 0.82% -
XYZ 30.95 22.56 3.76 -
YUV 123.68 73.44 188.85 -
System Red Green Blue C M Y K H S L
Decimal 209 99 27 0 0.53 0.87 0.18 23.74 0.77 0.46
Hex D1 63 1B 0 35 57 12 18 4D 2E
Octal 321 143 33 0 65 127 22 30 115 56
Binary 11010001 1100011 11011 0 110101 1010111 10010 11000 1001101 101110

Color Harmonies of #D1631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1631B

Black with #D1631B

Text Example


Text Example

White with #D1631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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