#722022

Color #722022 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #722022

Tints of Red Berry #722022

Color information

#722022 (or 0x722022) is unknown color: approx Red Berry. HEX triplet: 72, 20 and 22. RGB value is (114,32,34). Sum of RGB (Red+Green+Blue) = 114+32+34=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #722022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722022 is #8DDFDD. Grayscale: #383838. Windows color (decimal): -9297886 or 2236530. OLE color: 2236530.

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

Color convert

RGB1143234-
CMYK00.720.700.55
HSL358.54º56.16%28.63%-
HSV(B)358.54º71.93%44.71%-
XYZ7.744.732.02-
YUV56.75115.17168.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=63.33%
G=17.78%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114323400.720.700.55358.5456.1628.63
Hex7220220484637167381d
Octal16240420110106675477035
Binary111001010000010001001001000100011011011110110011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722022; }

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

 H1.HeaderClassName
 {
   color: #722022;
 }
 .AnyTagClassName
 {
   color: #722022;
 }
</style>
background-color css

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

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

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

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

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

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