#75162A

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

Shades of Red Berry #75162A

Tints of Red Berry #75162A

Color information

#75162A (or 0x75162A) is unknown color: approx Red Berry. HEX triplet: 75, 16 and 2A. RGB value is (117,22,42). Sum of RGB (Red+Green+Blue) = 117+22+42=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162A is #8AE9D5. Grayscale: #343434. Windows color (decimal): -9103830 or 2758261. OLE color: 2758261.

HSL color Cylindrical-coordinate representation of color #75162A: hue angle of 347.37º 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 #75162A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1172242-
CMYK00.810.640.54
HSL347.37º68.35%27.25%-
HSV(B)347.37º81.2%45.88%-
XYZ8.044.522.64-
YUV52.68121.97173.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=64.64%
G=12.15%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117224200.810.640.54347.3768.3527.25
Hex75162A051403615b441b
Octal165265201211006653310433
Binary111010110110101010010100011000000110110101011011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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