Html Css Color HEX #712225 Red Berry

📋 copy color: '#712225'

red 113 ◦ green 34 ◦ blue 37

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

Shades of Red Berry #712225

Tints of Red Berry #712225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 61.41%
G = 18.48%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#712225 (or 0x712225) is known color: Red Berry. HEX triplet: 71, 22 and 25. RGB value is (113,34,37). Sum of RGB (Red+Green+Blue) = 113+34+37=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712225 is #8EDDDA. Grayscale: #3A3A3A. Windows color (decimal): -9362907 or 2433649. OLE color: 2433649.

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

Color convert

RGB 113 34 37 -
CMYK 0 0.70 0.67 0.56
HSL 357.72º 0.54% 0.29% -
HSV(B) 357.72º 0.7% 0.44% -
XYZ 7.72 4.79 2.27 -
YUV 57.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 113 34 37 0 0.70 0.67 0.56 357.72 0.54 0.29
Hex 71 22 25 0 46 43 38 166 36 1D
Octal 161 42 45 0 106 103 70 546 66 35
Binary 1110001 100010 100101 0 1000110 1000011 111000 101100110 110110 11101

Color Harmonies of #712225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712225

Black with #712225

Text Example


Text Example

White with #712225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712225; }

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

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

background-color css

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

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

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

border-color css

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

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

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