#75182B

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

Shades of Red Berry #75182B

Tints of Red Berry #75182B

Color information

#75182B (or 0x75182B) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 2B. RGB value is (117,24,43). Sum of RGB (Red+Green+Blue) = 117+24+43=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182B is #8AE7D4. Grayscale: #353535. Windows color (decimal): -9103317 or 2824309. OLE color: 2824309.

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

Color convert

RGB1172443-
CMYK00.790.630.54
HSL347.74º65.96%27.65%-
HSV(B)347.74º79.49%45.88%-
XYZ8.14.612.75-
YUV53.97121.81172.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=63.59%
G=13.04%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117244300.790.630.54347.7465.9627.65
Hex75182B04F3F3615c421c
Octal16530530117776653410234
Binary11101011100010101101001111111111110110101011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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