#75152A

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

Shades of Red Berry #75152A

Tints of Red Berry #75152A

Color information

#75152A (or 0x75152A) is unknown color: approx Red Berry. HEX triplet: 75, 15 and 2A. RGB value is (117,21,42). Sum of RGB (Red+Green+Blue) = 117+21+42=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75152A is #8AEAD5. Grayscale: #343434. Windows color (decimal): -9104086 or 2758005. OLE color: 2758005.

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

Color convert

RGB1172142-
CMYK00.820.640.54
HSL346.88º69.57%27.06%-
HSV(B)346.88º82.05%45.88%-
XYZ8.024.492.63-
YUV52.1122.3174.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=65%
G=11.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117214200.820.640.54346.8869.5727.06
Hex75152A052403615b461b
Octal165255201221006653310633
Binary111010110101101010010100101000000110110101011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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