Html Css Color HEX #712229 Red Berry

📋 copy color: '#712229'

red 113 ◦ green 34 ◦ blue 41

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

Shades of Red Berry #712229

Tints of Red Berry #712229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 60.11%
G = 18.09%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712229 (or 0x712229) is known color: Red Berry. HEX triplet: 71, 22 and 29. RGB value is (113,34,41). Sum of RGB (Red+Green+Blue) = 113+34+41=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712229 is #8EDDD6. Grayscale: #3A3A3A. Windows color (decimal): -9362903 or 2695793. OLE color: 2695793.

HSL color Cylindrical-coordinate representation of color #712229: hue angle of 354.68º 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 #712229 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 41 -
CMYK 0 0.70 0.64 0.56
HSL 354.68º 0.54% 0.29% -
HSV(B) 354.68º 0.7% 0.44% -
XYZ 7.78 4.81 2.62 -
YUV 58.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 113 34 41 0 0.70 0.64 0.56 354.68 0.54 0.29
Hex 71 22 29 0 46 40 38 163 36 1D
Octal 161 42 51 0 106 100 70 543 66 35
Binary 1110001 100010 101001 0 1000110 1000000 111000 101100011 110110 11101

Color Harmonies of #712229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712229

Black with #712229

Text Example


Text Example

White with #712229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712229; }

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

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

background-color css

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

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

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

border-color css

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

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

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