#751820

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

Shades of Red Berry #751820

Tints of Red Berry #751820

Color information

#751820 (or 0x751820) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 20. RGB value is (117,24,32). Sum of RGB (Red+Green+Blue) = 117+24+32=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751820 is #8AE7DF. Grayscale: #343434. Windows color (decimal): -9103328 or 2103413. OLE color: 2103413.

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

Color convert

RGB1172432-
CMYK00.790.730.54
HSL354.84º65.96%27.65%-
HSV(B)354.84º79.49%45.88%-
XYZ7.924.541.83-
YUV52.72116.31173.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=67.63%
G=13.87%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117243200.790.730.54354.8465.9627.65
Hex75182004F4936163421c
Octal165304001171116654310234
Binary111010111000100000010011111001001110110101100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751820; }

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

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

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

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

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

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

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

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