Html Css Color HEX #71433B Bole

📋 copy color: '#71433B'

red 113 ◦ green 67 ◦ blue 59

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

Shades of Bole #71433B

Tints of Bole #71433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 47.28%
G = 28.03%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71433B (or 0x71433B) is known color: Bole. HEX triplet: 71, 43 and 3B. RGB value is (113,67,59). Sum of RGB (Red+Green+Blue) = 113+67+59=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71433B is #8EBCC4. Grayscale: #4F4F4F. Windows color (decimal): -9354437 or 3883889. OLE color: 3883889.

HSL color Cylindrical-coordinate representation of color #71433B: hue angle of 8.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71433B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 59 -
CMYK 0 0.41 0.48 0.56
HSL 8.89º 0.31% 0.34% -
HSV(B) 8.89º 0.48% 0.44% -
XYZ 9.61 7.84 5.14 -
YUV 79.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 113 67 59 0 0.41 0.48 0.56 8.89 0.31 0.34
Hex 71 43 3B 0 29 30 38 9 1F 22
Octal 161 103 73 0 51 60 70 11 37 42
Binary 1110001 1000011 111011 0 101001 110000 111000 1001 11111 100010

Color Harmonies of #71433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71433B

Black with #71433B

Text Example


Text Example

White with #71433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,67,59); }

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

background-color css

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

 a { background-color: rgb(113,67,59); }

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

border-color css

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

 span { border-color: rgb(113,67,59); }

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