#75172A

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

Shades of Red Berry #75172A

Tints of Red Berry #75172A

Color information

#75172A (or 0x75172A) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 2A. RGB value is (117,23,42). Sum of RGB (Red+Green+Blue) = 117+23+42=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172A is #8AE8D5. Grayscale: #353535. Windows color (decimal): -9103574 or 2758517. OLE color: 2758517.

HSL color Cylindrical-coordinate representation of color #75172A: hue angle of 347.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75172A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1172342-
CMYK00.800.640.54
HSL347.87º67.14%27.45%-
HSV(B)347.87º80.34%45.88%-
XYZ8.064.562.65-
YUV53.27121.64173.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=64.29%
G=12.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117234200.800.640.54347.8767.1427.45
Hex75172A050403615c431b
Octal165275201201006653410333
Binary111010110111101010010100001000000110110101011100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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