Html Css Color HEX #71250B Baker's Chocolate

📋 copy color: '#71250B'

red 113 ◦ green 37 ◦ blue 11

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

Shades of Baker's Chocolate #71250B

Tints of Baker's Chocolate #71250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 70.19%
G = 22.98%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71250B (or 0x71250B) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 0B. RGB value is (113,37,11). Sum of RGB (Red+Green+Blue) = 113+37+11=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71250B is #8EDAF4. Grayscale: #383838. Windows color (decimal): -9362165 or 730481. OLE color: 730481.

HSL color Cylindrical-coordinate representation of color #71250B: hue angle of 15.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71250B is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 11 -
CMYK 0 0.67 0.90 0.56
HSL 15.29º 0.82% 0.24% -
HSV(B) 15.29º 0.9% 0.44% -
XYZ 7.53 4.86 0.86 -
YUV 56.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 113 37 11 0 0.67 0.90 0.56 15.29 0.82 0.24
Hex 71 25 B 0 43 5A 38 F 52 18
Octal 161 45 13 0 103 132 70 17 122 30
Binary 1110001 100101 1011 0 1000011 1011010 111000 1111 1010010 11000

Color Harmonies of #71250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71250B

Black with #71250B

Text Example


Text Example

White with #71250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71250B; }

 p { color: rgb(113,37,11); }

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

background-color css

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

 a { background-color: rgb(113,37,11); }

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

border-color css

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

 span { border-color: rgb(113,37,11); }

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