#75122A

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

Shades of Red Berry #75122A

Tints of Red Berry #75122A

Color information

#75122A (or 0x75122A) is unknown color: approx Red Berry. HEX triplet: 75, 12 and 2A. RGB value is (117,18,42). Sum of RGB (Red+Green+Blue) = 117+18+42=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122A is #8AEDD5. Grayscale: #323232. Windows color (decimal): -9104854 or 2757237. OLE color: 2757237.

HSL color Cylindrical-coordinate representation of color #75122A: hue angle of 345.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75122A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1171842-
CMYK00.850.640.54
HSL345.45º73.33%26.47%-
HSV(B)345.45º84.62%45.88%-
XYZ7.974.382.62-
YUV50.34123.3175.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=66.10%
G=10.17%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117184200.850.640.54345.4573.3326.47
Hex75122A0554036159491a
Octal165225201251006653111132
Binary111010110010101010010101011000000110110101011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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