#75182C

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

Shades of Red Berry #75182C

Tints of Red Berry #75182C

Color information

#75182C (or 0x75182C) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 2C. RGB value is (117,24,44). Sum of RGB (Red+Green+Blue) = 117+24+44=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182C is #8AE7D3. Grayscale: #363636. Windows color (decimal): -9103316 or 2889845. OLE color: 2889845.

HSL color Cylindrical-coordinate representation of color #75182C: hue angle of 347.1º 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 #75182C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172444-
CMYK00.790.620.54
HSL347.1º65.96%27.65%-
HSV(B)347.1º79.49%45.88%-
XYZ8.124.622.85-
YUV54.09122.31172.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=63.24%
G=12.97%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117244400.790.620.54347.165.9627.65
Hex75182C04F3E3615b421c
Octal16530540117766653310234
Binary11101011100010110001001111111110110110101011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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