#75222C

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

Shades of Red Berry #75222C

Tints of Red Berry #75222C

Color information

#75222C (or 0x75222C) is unknown color: approx Red Berry. HEX triplet: 75, 22 and 2C. RGB value is (117,34,44). Sum of RGB (Red+Green+Blue) = 117+34+44=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222C is #8ADDD3. Grayscale: #3C3C3C. Windows color (decimal): -9100756 or 2892405. OLE color: 2892405.

HSL color Cylindrical-coordinate representation of color #75222C: hue angle of 352.77º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75222C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1173444-
CMYK00.710.620.54
HSL352.77º54.97%29.61%-
HSV(B)352.77º70.94%45.88%-
XYZ8.365.112.93-
YUV59.96119168.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=60%
G=17.44%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117344400.710.620.54352.7754.9729.61
Hex75222C0473E36161371e
Octal1654254010776665416736
Binary11101011000101011000100011111111011011010110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75222C; }

 p { color: rgb(117,34,44); }

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

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

 a { background-color: rgb(117,34,44); }

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

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

 span { border-color: rgb(117,34,44); }

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