Html Css Color HEX #712226 Red Berry

📋 copy color: '#712226'

red 113 ◦ green 34 ◦ blue 38

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

Shades of Red Berry #712226

Tints of Red Berry #712226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 61.08%
G = 18.38%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712226 (or 0x712226) is known color: Red Berry. HEX triplet: 71, 22 and 26. RGB value is (113,34,38). Sum of RGB (Red+Green+Blue) = 113+34+38=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712226 is #8EDDD9. Grayscale: #3A3A3A. Windows color (decimal): -9362906 or 2499185. OLE color: 2499185.

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

Color convert

RGB 113 34 38 -
CMYK 0 0.70 0.66 0.56
HSL 356.96º 0.54% 0.29% -
HSV(B) 356.96º 0.7% 0.44% -
XYZ 7.73 4.79 2.35 -
YUV 58.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 113 34 38 0 0.70 0.66 0.56 356.96 0.54 0.29
Hex 71 22 26 0 46 42 38 165 36 1D
Octal 161 42 46 0 106 102 70 545 66 35
Binary 1110001 100010 100110 0 1000110 1000010 111000 101100101 110110 11101

Color Harmonies of #712226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712226

Black with #712226

Text Example


Text Example

White with #712226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712226; }

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

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

background-color css

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

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

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

border-color css

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

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

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