#722127

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

Shades of Red Berry #722127

Tints of Red Berry #722127

Color information

#722127 (or 0x722127) is unknown color: approx Red Berry. HEX triplet: 72, 21 and 27. RGB value is (114,33,39). Sum of RGB (Red+Green+Blue) = 114+33+39=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722127 is #8DDED8. Grayscale: #393939. Windows color (decimal): -9297625 or 2564466. OLE color: 2564466.

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

Color convert

RGB1143339-
CMYK00.710.660.55
HSL355.56º55.1%28.82%-
HSV(B)355.56º71.05%44.71%-
XYZ7.854.812.43-
YUV57.9117.34168.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=61.29%
G=17.74%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114333900.710.660.55355.5655.128.82
Hex7221270474237164371d
Octal16241470107102675446735
Binary111001010000110011101000111100001011011110110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722127; }

 p { color: rgb(114,33,39); }

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

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

 a { background-color: rgb(114,33,39); }

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

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

 span { border-color: rgb(114,33,39); }

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