Html Css Color HEX #722228 Red Berry

📋 copy color: '#722228'

red 114 ◦ green 34 ◦ blue 40

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

Shades of Red Berry #722228

Tints of Red Berry #722228

RGB

 RED value IS 114 (44.92% from 255) = 60.64%

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 60.64%
G = 18.09%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#722228 (or 0x722228) is known color: Red Berry. HEX triplet: 72, 22 and 28. RGB value is (114,34,40). Sum of RGB (Red+Green+Blue) = 114+34+40=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722228 is #8DDDD7. Grayscale: #3A3A3A. Windows color (decimal): -9297368 or 2630258. OLE color: 2630258.

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

Color convert

RGB 114 34 40 -
CMYK 0 0.70 0.65 0.55
HSL 355.5º 0.54% 0.29% -
HSV(B) 355.5º 0.7% 0.45% -
XYZ 7.89 4.87 2.53 -
YUV 58.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 114 34 40 0 0.70 0.65 0.55 355.5 0.54 0.29
Hex 72 22 28 0 46 41 37 164 36 1D
Octal 162 42 50 0 106 101 67 544 66 35
Binary 1110010 100010 101000 0 1000110 1000001 110111 101100100 110110 11101

Color Harmonies of #722228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722228

Black with #722228

Text Example


Text Example

White with #722228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722228; }

 p { color: rgb(114,34,40); }

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

background-color css

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

 a { background-color: rgb(114,34,40); }

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

border-color css

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

 span { border-color: rgb(114,34,40); }

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