#75202E

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

Shades of Red Berry #75202E

Tints of Red Berry #75202E

Color information

#75202E (or 0x75202E) is unknown color: approx Red Berry. HEX triplet: 75, 20 and 2E. RGB value is (117,32,46). Sum of RGB (Red+Green+Blue) = 117+32+46=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202E is #8ADFD1. Grayscale: #3B3B3B. Windows color (decimal): -9101266 or 3022965. OLE color: 3022965.

HSL color Cylindrical-coordinate representation of color #75202E: hue angle of 350.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75202E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1173246-
CMYK00.730.610.54
HSL350.12º57.05%29.22%-
HSV(B)350.12º72.65%45.88%-
XYZ8.355.013.11-
YUV59.01120.66169.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=60%
G=16.41%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117324600.730.610.54350.1257.0529.22
Hex75202E0493D3615e391d
Octal1654056011175665367135
Binary11101011000001011100100100111110111011010101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75202E; }

 p { color: rgb(117,32,46); }

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

<style>
 a { background-color: #75202E; }

 a { background-color: rgb(117,32,46); }

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

<style>
 span { border-color: #75202E; }

 span { border-color: rgb(117,32,46); }

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