#75162B

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

Shades of Red Berry #75162B

Tints of Red Berry #75162B

Color information

#75162B (or 0x75162B) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 2B. RGB value is (117,22,43). Sum of RGB (Red+Green+Blue) = 117+22+43=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162B is #8AE9D4. Grayscale: #343434. Windows color (decimal): -9103829 or 2823797. OLE color: 2823797.

HSL color Cylindrical-coordinate representation of color #75162B: hue angle of 346.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75162B is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1172243-
CMYK00.810.630.54
HSL346.74º68.35%27.25%-
HSV(B)346.74º81.2%45.88%-
XYZ8.064.532.74-
YUV52.8122.47173.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=64.29%
G=12.09%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117224300.810.630.54346.7468.3527.25
Hex75162B0513F3615b441b
Octal16526530121776653310433
Binary11101011011010101101010001111111110110101011011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75162B; }

 p { color: rgb(117,22,43); }

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

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

 a { background-color: rgb(117,22,43); }

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

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

 span { border-color: rgb(117,22,43); }

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