Html Css Color HEX #712227 Red Berry

📋 copy color: '#712227'

red 113 ◦ green 34 ◦ blue 39

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

Shades of Red Berry #712227

Tints of Red Berry #712227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 60.75%
G = 18.28%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712227 (or 0x712227) is known color: Red Berry. HEX triplet: 71, 22 and 27. RGB value is (113,34,39). Sum of RGB (Red+Green+Blue) = 113+34+39=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712227 is #8EDDD8. Grayscale: #3A3A3A. Windows color (decimal): -9362905 or 2564721. OLE color: 2564721.

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

Color convert

RGB 113 34 39 -
CMYK 0 0.70 0.65 0.56
HSL 356.2º 0.54% 0.29% -
HSV(B) 356.2º 0.7% 0.44% -
XYZ 7.75 4.8 2.44 -
YUV 58.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 113 34 39 0 0.70 0.65 0.56 356.2 0.54 0.29
Hex 71 22 27 0 46 41 38 164 36 1D
Octal 161 42 47 0 106 101 70 544 66 35
Binary 1110001 100010 100111 0 1000110 1000001 111000 101100100 110110 11101

Color Harmonies of #712227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712227

Black with #712227

Text Example


Text Example

White with #712227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712227; }

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

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

background-color css

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

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

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

border-color css

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

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

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