#75223C

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

Shades of Claret #75223C

Tints of Claret #75223C

Color information

#75223C (or 0x75223C) is unknown color: approx Claret. HEX triplet: 75, 22 and 3C. RGB value is (117,34,60). Sum of RGB (Red+Green+Blue) = 117+34+60=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75223C is #8ADDC3. Grayscale: #3D3D3D. Windows color (decimal): -9100740 or 3940981. OLE color: 3940981.

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

Color convert

RGB1173460-
CMYK00.710.490.54
HSL341.2º54.97%29.61%-
HSV(B)341.2º70.94%45.88%-
XYZ8.725.254.83-
YUV61.78127167.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=55.45%
G=16.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117346000.710.490.54341.254.9729.61
Hex75223C0473136155371e
Octal1654274010761665256736
Binary11101011000101111000100011111000111011010101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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