Html Css Color HEX #712022 Red Berry

📋 copy color: '#712022'

red 113 ◦ green 32 ◦ blue 34

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

Shades of Red Berry #712022

Tints of Red Berry #712022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 34 (13.67% from 255) = 18.99%

R = 63.13%
G = 17.88%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#712022 (or 0x712022) is known color: Red Berry. HEX triplet: 71, 20 and 22. RGB value is (113,32,34). Sum of RGB (Red+Green+Blue) = 113+32+34=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #712022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712022 is #8EDFDD. Grayscale: #383838. Windows color (decimal): -9363422 or 2236529. OLE color: 2236529.

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

Color convert

RGB 113 32 34 -
CMYK 0 0.72 0.70 0.56
HSL 358.52º 0.56% 0.28% -
HSV(B) 358.52º 0.72% 0.44% -
XYZ 7.62 4.66 2.01 -
YUV 56.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 113 32 34 0 0.72 0.70 0.56 358.52 0.56 0.28
Hex 71 20 22 0 48 46 38 167 38 1C
Octal 161 40 42 0 110 106 70 547 70 34
Binary 1110001 100000 100010 0 1001000 1000110 111000 101100111 111000 11100

Color Harmonies of #712022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712022

Black with #712022

Text Example


Text Example

White with #712022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712022; }

 p { color: rgb(113,32,34); }

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

background-color css

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

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

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

border-color css

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

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

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