#75132B

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

Shades of Red Berry #75132B

Tints of Red Berry #75132B

Color information

#75132B (or 0x75132B) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 2B. RGB value is (117,19,43). Sum of RGB (Red+Green+Blue) = 117+19+43=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75132B is #8AECD4. Grayscale: #333333. Windows color (decimal): -9104597 or 2823029. OLE color: 2823029.

HSL color Cylindrical-coordinate representation of color #75132B: hue angle of 345.31º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75132B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1171943-
CMYK00.840.630.54
HSL345.31º72.06%26.67%-
HSV(B)345.31º83.76%45.88%-
XYZ8.014.422.72-
YUV51.04123.47175.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=65.36%
G=10.61%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117194300.840.630.54345.3172.0626.67
Hex75132B0543F36159481b
Octal16523530124776653111033
Binary11101011001110101101010100111111110110101011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75132B; }

 p { color: rgb(117,19,43); }

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

<style>
 a { background-color: #75132B; }

 a { background-color: rgb(117,19,43); }

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

<style>
 span { border-color: #75132B; }

 span { border-color: rgb(117,19,43); }

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