Html Css Color HEX #71290A Baker's Chocolate

📋 copy color: '#71290A'

red 113 ◦ green 41 ◦ blue 10

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

Shades of Baker's Chocolate #71290A

Tints of Baker's Chocolate #71290A

RGB

 RED value IS 113 (44.53% from 255) = 68.9%

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 68.9%
G = 25%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71290A (or 0x71290A) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 0A. RGB value is (113,41,10). Sum of RGB (Red+Green+Blue) = 113+41+10=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71290A is #8ED6F5. Grayscale: #3B3B3B. Windows color (decimal): -9361142 or 665969. OLE color: 665969.

HSL color Cylindrical-coordinate representation of color #71290A: hue angle of 18.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71290A is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 10 -
CMYK 0 0.64 0.91 0.56
HSL 18.06º 0.84% 0.24% -
HSV(B) 18.06º 0.91% 0.44% -
XYZ 7.66 5.12 0.87 -
YUV 58.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 113 41 10 0 0.64 0.91 0.56 18.06 0.84 0.24
Hex 71 29 A 0 40 5B 38 12 54 18
Octal 161 51 12 0 100 133 70 22 124 30
Binary 1110001 101001 1010 0 1000000 1011011 111000 10010 1010100 11000

Color Harmonies of #71290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71290A

Black with #71290A

Text Example


Text Example

White with #71290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71290A; }

 p { color: rgb(113,41,10); }

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

background-color css

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

 a { background-color: rgb(113,41,10); }

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

border-color css

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

 span { border-color: rgb(113,41,10); }

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