#75222F

Color #75222F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #75222F

Tints of Claret #75222F

Color information

#75222F (or 0x75222F) is unknown color: approx Claret. HEX triplet: 75, 22 and 2F. RGB value is (117,34,47). Sum of RGB (Red+Green+Blue) = 117+34+47=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222F is #8ADDD0. Grayscale: #3C3C3C. Windows color (decimal): -9100753 or 3089013. OLE color: 3089013.

HSL color Cylindrical-coordinate representation of color #75222F: hue angle of 350.6º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75222F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1173447-
CMYK00.710.600.54
HSL350.6º54.97%29.61%-
HSV(B)350.6º70.94%45.88%-
XYZ8.425.133.24-
YUV60.3120.5168.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=59.09%
G=17.17%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117344700.710.600.54350.654.9729.61
Hex75222F0473C3615f371e
Octal1654257010774665376736
Binary11101011000101011110100011111110011011010101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75222F; }

 p { color: rgb(117,34,47); }

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

<style>
 a { background-color: #75222F; }

 a { background-color: rgb(117,34,47); }

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

<style>
 span { border-color: #75222F; }

 span { border-color: rgb(117,34,47); }

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