Html Css Color HEX #71473F Bole

📋 copy color: '#71473F'

red 113 ◦ green 71 ◦ blue 63

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

Shades of Bole #71473F

Tints of Bole #71473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 45.75%
G = 28.74%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71473F (or 0x71473F) is known color: Bole. HEX triplet: 71, 47 and 3F. RGB value is (113,71,63). Sum of RGB (Red+Green+Blue) = 113+71+63=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71473F is #8EB8C0. Grayscale: #525252. Windows color (decimal): -9353409 or 4147057. OLE color: 4147057.

HSL color Cylindrical-coordinate representation of color #71473F: hue angle of 9.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71473F is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 63 -
CMYK 0 0.37 0.44 0.56
HSL 9.6º 0.28% 0.35% -
HSV(B) 9.6º 0.44% 0.44% -
XYZ 9.96 8.38 5.79 -
YUV 82.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 113 71 63 0 0.37 0.44 0.56 9.6 0.28 0.35
Hex 71 47 3F 0 25 2C 38 A 1C 23
Octal 161 107 77 0 45 54 70 12 34 43
Binary 1110001 1000111 111111 0 100101 101100 111000 1010 11100 100011

Color Harmonies of #71473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71473F

Black with #71473F

Text Example


Text Example

White with #71473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71473F; }

 p { color: rgb(113,71,63); }

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

background-color css

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

 a { background-color: rgb(113,71,63); }

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

border-color css

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

 span { border-color: rgb(113,71,63); }

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