#752022

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

Shades of Red Berry #752022

Tints of Red Berry #752022

Color information

#752022 (or 0x752022) is unknown color: approx Red Berry. HEX triplet: 75, 20 and 22. RGB value is (117,32,34). Sum of RGB (Red+Green+Blue) = 117+32+34=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752022 is #8ADFDD. Grayscale: #393939. Windows color (decimal): -9101278 or 2236533. OLE color: 2236533.

HSL color Cylindrical-coordinate representation of color #752022: hue angle of 358.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752022 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1173234-
CMYK00.730.710.54
HSL358.59º57.05%29.22%-
HSV(B)358.59º72.65%45.88%-
XYZ8.144.932.04-
YUV57.64114.66170.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=63.93%
G=17.49%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117323400.730.710.54358.5957.0529.22
Hex7520220494736167391d
Octal16540420111107665477135
Binary111010110000010001001001001100011111011010110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752022; }

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

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

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

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

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

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

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

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