#75202D

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

Shades of Red Berry #75202D

Tints of Red Berry #75202D

Color information

#75202D (or 0x75202D) is unknown color: approx Red Berry. HEX triplet: 75, 20 and 2D. RGB value is (117,32,45). Sum of RGB (Red+Green+Blue) = 117+32+45=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202D is #8ADFD2. Grayscale: #3A3A3A. Windows color (decimal): -9101267 or 2957429. OLE color: 2957429.

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

Color convert

RGB1173245-
CMYK00.730.620.54
HSL350.82º57.05%29.22%-
HSV(B)350.82º72.65%45.88%-
XYZ8.3353.01-
YUV58.9120.16169.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=60.31%
G=16.49%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117324500.730.620.54350.8257.0529.22
Hex75202D0493E3615f391d
Octal1654055011176665377135
Binary11101011000001011010100100111111011011010101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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