Html Css Color HEX #714343 Bole

📋 copy color: '#714343'

red 113 ◦ green 67 ◦ blue 67

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

Shades of Bole #714343

Tints of Bole #714343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 45.75%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#714343 (or 0x714343) is known color: Bole. HEX triplet: 71, 43 and 43. RGB value is (113,67,67). Sum of RGB (Red+Green+Blue) = 113+67+67=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #714343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714343 is #8EBCBC. Grayscale: #505050. Windows color (decimal): -9354429 or 4408177. OLE color: 4408177.

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

Color convert

RGB 113 67 67 -
CMYK 0 0.41 0.41 0.56
HSL 0.26% 0.35% -
HSV(B) 0.41% 0.44% -
XYZ 9.83 7.93 6.32 -
YUV 80.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 113 67 67 0 0.41 0.41 0.56 0 0.26 0.35
Hex 71 43 43 0 29 29 38 0 1A 23
Octal 161 103 103 0 51 51 70 0 32 43
Binary 1110001 1000011 1000011 0 101001 101001 111000 0 11010 100011

Color Harmonies of #714343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714343

Black with #714343

Text Example


Text Example

White with #714343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714343; }

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

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

background-color css

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

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

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

border-color css

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

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

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