Html Css Color HEX #71413F Bole

📋 copy color: '#71413F'

red 113 ◦ green 65 ◦ blue 63

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

Shades of Bole #71413F

Tints of Bole #71413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 46.89%
G = 26.97%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71413F (or 0x71413F) is known color: Bole. HEX triplet: 71, 41 and 3F. RGB value is (113,65,63). Sum of RGB (Red+Green+Blue) = 113+65+63=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71413F is #8EBEC0. Grayscale: #4F4F4F. Windows color (decimal): -9354945 or 4145521. OLE color: 4145521.

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

Color convert

RGB 113 65 63 -
CMYK 0 0.42 0.44 0.56
HSL 2.4º 0.28% 0.35% -
HSV(B) 2.4º 0.44% 0.44% -
XYZ 9.6 7.65 5.67 -
YUV 79.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 113 65 63 0 0.42 0.44 0.56 2.4 0.28 0.35
Hex 71 41 3F 0 2A 2C 38 2 1C 23
Octal 161 101 77 0 52 54 70 2 34 43
Binary 1110001 1000001 111111 0 101010 101100 111000 10 11100 100011

Color Harmonies of #71413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71413F

Black with #71413F

Text Example


Text Example

White with #71413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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