#732333

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

Shades of Claret #732333

Tints of Claret #732333

Color information

#732333 (or 0x732333) is unknown color: approx Claret. HEX triplet: 73, 23 and 33. RGB value is (115,35,51). Sum of RGB (Red+Green+Blue) = 115+35+51=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732333 is #8CDCCC. Grayscale: #3C3C3C. Windows color (decimal): -9231565 or 3351411. OLE color: 3351411.

HSL color Cylindrical-coordinate representation of color #732333: hue angle of 348º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732333 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1153551-
CMYK00.700.560.55
HSL348º53.33%29.41%-
HSV(B)348º69.57%45.1%-
XYZ8.275.093.68-
YUV60.74122.5166.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=57.21%
G=17.41%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115355100.700.560.5534853.3329.41
Hex732333046383715c351d
Octal1634363010670675346535
Binary11100111000111100110100011011100011011110101110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732333; }

 p { color: rgb(115,35,51); }

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

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

 a { background-color: rgb(115,35,51); }

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

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

 span { border-color: rgb(115,35,51); }

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