Html Css Color HEX #71463F Bole

📋 copy color: '#71463F'

red 113 ◦ green 70 ◦ blue 63

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

Shades of Bole #71463F

Tints of Bole #71463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 45.93%
G = 28.46%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71463F (or 0x71463F) is known color: Bole. HEX triplet: 71, 46 and 3F. RGB value is (113,70,63). Sum of RGB (Red+Green+Blue) = 113+70+63=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71463F is #8EB9C0. Grayscale: #525252. Windows color (decimal): -9353665 or 4146801. OLE color: 4146801.

HSL color Cylindrical-coordinate representation of color #71463F: hue angle of 8.4º 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 #71463F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 63 -
CMYK 0 0.38 0.44 0.56
HSL 8.4º 0.28% 0.35% -
HSV(B) 8.4º 0.44% 0.44% -
XYZ 9.9 8.25 5.77 -
YUV 82.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 113 70 63 0 0.38 0.44 0.56 8.4 0.28 0.35
Hex 71 46 3F 0 26 2C 38 8 1C 23
Octal 161 106 77 0 46 54 70 10 34 43
Binary 1110001 1000110 111111 0 100110 101100 111000 1000 11100 100011

Color Harmonies of #71463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71463F

Black with #71463F

Text Example


Text Example

White with #71463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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