Html Css Color HEX #71352F Mocha

📋 copy color: '#71352F'

red 113 ◦ green 53 ◦ blue 47

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

Shades of Mocha #71352F

Tints of Mocha #71352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 53.05%
G = 24.88%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71352F (or 0x71352F) is known color: Mocha. HEX triplet: 71, 35 and 2F. RGB value is (113,53,47). Sum of RGB (Red+Green+Blue) = 113+53+47=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71352F is #8ECAD0. Grayscale: #464646. Windows color (decimal): -9358033 or 3093873. OLE color: 3093873.

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

Color convert

RGB 113 53 47 -
CMYK 0 0.53 0.58 0.56
HSL 5.45º 0.41% 0.31% -
HSV(B) 5.45º 0.58% 0.44% -
XYZ 8.6 6.26 3.44 -
YUV 70.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 113 53 47 0 0.53 0.58 0.56 5.45 0.41 0.31
Hex 71 35 2F 0 35 3A 38 5 29 1F
Octal 161 65 57 0 65 72 70 5 51 37
Binary 1110001 110101 101111 0 110101 111010 111000 101 101001 11111

Color Harmonies of #71352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71352F

Black with #71352F

Text Example


Text Example

White with #71352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,53,47); }

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

background-color css

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

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

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

border-color css

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

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

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