Html Css Color HEX #714444 Bole

📋 copy color: '#714444'

red 113 ◦ green 68 ◦ blue 68

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

Shades of Bole #714444

Tints of Bole #714444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 45.38%
G = 27.31%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#714444 (or 0x714444) is known color: Bole. HEX triplet: 71, 44 and 44. RGB value is (113,68,68). Sum of RGB (Red+Green+Blue) = 113+68+68=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714444 is #8EBBBB. Grayscale: #515151. Windows color (decimal): -9354172 or 4473969. OLE color: 4473969.

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

Color convert

RGB 113 68 68 -
CMYK 0 0.40 0.40 0.56
HSL 0.25% 0.35% -
HSV(B) 0.4% 0.44% -
XYZ 9.92 8.06 6.5 -
YUV 81.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 113 68 68 0 0.40 0.40 0.56 0 0.25 0.35
Hex 71 44 44 0 28 28 38 0 19 23
Octal 161 104 104 0 50 50 70 0 31 43
Binary 1110001 1000100 1000100 0 101000 101000 111000 0 11001 100011

Color Harmonies of #714444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714444

Black with #714444

Text Example


Text Example

White with #714444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714444; }

 p { color: rgb(113,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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