#75121D

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

Shades of Red Berry #75121D

Tints of Red Berry #75121D

Color information

#75121D (or 0x75121D) is unknown color: approx Red Berry. HEX triplet: 75, 12 and 1D. RGB value is (117,18,29). Sum of RGB (Red+Green+Blue) = 117+18+29=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75121D is #8AEDE2. Grayscale: #303030. Windows color (decimal): -9104867 or 1905269. OLE color: 1905269.

HSL color Cylindrical-coordinate representation of color #75121D: hue angle of 353.33º 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 #75121D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1171829-
CMYK00.850.750.54
HSL353.33º73.33%26.47%-
HSV(B)353.33º84.62%45.88%-
XYZ7.774.31.58-
YUV48.85116.8176.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=71.34%
G=10.98%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117182900.850.750.54353.3373.3326.47
Hex75121D0554B36161491a
Octal165223501251136654111132
Binary11101011001011101010101011001011110110101100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75121D; }

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

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

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

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

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

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

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

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