#75151E

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

Shades of Red Berry #75151E

Tints of Red Berry #75151E

Color information

#75151E (or 0x75151E) is unknown color: approx Red Berry. HEX triplet: 75, 15 and 1E. RGB value is (117,21,30). Sum of RGB (Red+Green+Blue) = 117+21+30=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75151E is #8AEAE1. Grayscale: #323232. Windows color (decimal): -9104098 or 1971573. OLE color: 1971573.

HSL color Cylindrical-coordinate representation of color #75151E: hue angle of 354.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75151E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1172130-
CMYK00.820.740.54
HSL354.38º69.57%27.06%-
HSV(B)354.38º82.05%45.88%-
XYZ7.844.411.67-
YUV50.73116.3175.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=69.64%
G=12.5%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117213000.820.740.54354.3869.5727.06
Hex75151E0524A36162461b
Octal165253601221126654210633
Binary11101011010111110010100101001010110110101100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75151E; }

 p { color: rgb(117,21,30); }

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

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

 a { background-color: rgb(117,21,30); }

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

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

 span { border-color: rgb(117,21,30); }

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