#751420

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

Shades of Red Berry #751420

Tints of Red Berry #751420

Color information

#751420 (or 0x751420) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 20. RGB value is (117,20,32). Sum of RGB (Red+Green+Blue) = 117+20+32=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751420 is #8AEBDF. Grayscale: #323232. Windows color (decimal): -9104352 or 2102389. OLE color: 2102389.

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

Color convert

RGB1172032-
CMYK00.830.730.54
HSL352.58º70.8%26.86%-
HSV(B)352.58º82.91%45.88%-
XYZ7.854.391.8-
YUV50.37117.64175.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=69.23%
G=11.83%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117203200.830.730.54352.5870.826.86
Hex7514200534936161471b
Octal165244001231116654110733
Binary111010110100100000010100111001001110110101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751420; }

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

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

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

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

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

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

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

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