Html Css Color HEX #71413D Bole

📋 copy color: '#71413D'

red 113 ◦ green 65 ◦ blue 61

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

Shades of Bole #71413D

Tints of Bole #71413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 47.28%
G = 27.2%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71413D (or 0x71413D) is known color: Bole. HEX triplet: 71, 41 and 3D. RGB value is (113,65,61). Sum of RGB (Red+Green+Blue) = 113+65+61=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71413D is #8EBEC2. Grayscale: #4E4E4E. Windows color (decimal): -9354947 or 4014449. OLE color: 4014449.

HSL color Cylindrical-coordinate representation of color #71413D: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71413D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 61 -
CMYK 0 0.42 0.46 0.56
HSL 4.62º 0.3% 0.34% -
HSV(B) 4.62º 0.46% 0.44% -
XYZ 9.54 7.63 5.38 -
YUV 78.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 113 65 61 0 0.42 0.46 0.56 4.62 0.3 0.34
Hex 71 41 3D 0 2A 2E 38 5 1E 22
Octal 161 101 75 0 52 56 70 5 36 42
Binary 1110001 1000001 111101 0 101010 101110 111000 101 11110 100010

Color Harmonies of #71413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71413D

Black with #71413D

Text Example


Text Example

White with #71413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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