#75212C

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

Shades of Red Berry #75212C

Tints of Red Berry #75212C

Color information

#75212C (or 0x75212C) is unknown color: approx Red Berry. HEX triplet: 75, 21 and 2C. RGB value is (117,33,44). Sum of RGB (Red+Green+Blue) = 117+33+44=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75212C is #8ADED3. Grayscale: #3B3B3B. Windows color (decimal): -9101012 or 2892149. OLE color: 2892149.

HSL color Cylindrical-coordinate representation of color #75212C: hue angle of 352.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75212C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1173344-
CMYK00.720.620.54
HSL352.14º56%29.41%-
HSV(B)352.14º71.79%45.88%-
XYZ8.335.052.92-
YUV59.37119.33169.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=60.31%
G=17.01%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117334400.720.620.54352.145629.41
Hex75212C0483E36160381d
Octal1654154011076665407035
Binary11101011000011011000100100011111011011010110000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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