Html Css Color HEX #71493F Bole

📋 copy color: '#71493F'

red 113 ◦ green 73 ◦ blue 63

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

Shades of Bole #71493F

Tints of Bole #71493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 45.38%
G = 29.32%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71493F (or 0x71493F) is known color: Bole. HEX triplet: 71, 49 and 3F. RGB value is (113,73,63). Sum of RGB (Red+Green+Blue) = 113+73+63=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #71493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493F is #8EB6C0. Grayscale: #535353. Windows color (decimal): -9352897 or 4147569. OLE color: 4147569.

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

Color convert

RGB 113 73 63 -
CMYK 0 0.35 0.44 0.56
HSL 12º 0.28% 0.35% -
HSV(B) 12º 0.44% 0.44% -
XYZ 10.09 8.63 5.84 -
YUV 83.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 113 73 63 0 0.35 0.44 0.56 12 0.28 0.35
Hex 71 49 3F 0 23 2C 38 C 1C 23
Octal 161 111 77 0 43 54 70 14 34 43
Binary 1110001 1001001 111111 0 100011 101100 111000 1100 11100 100011

Color Harmonies of #71493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71493F

Black with #71493F

Text Example


Text Example

White with #71493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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