#732030

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

Shades of Claret #732030

Tints of Claret #732030

Color information

#732030 (or 0x732030) is unknown color: approx Claret. HEX triplet: 73, 20 and 30. RGB value is (115,32,48). Sum of RGB (Red+Green+Blue) = 115+32+48=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #732030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732030 is #8CDFCF. Grayscale: #3A3A3A. Windows color (decimal): -9232336 or 3154035. OLE color: 3154035.

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

Color convert

RGB1153248-
CMYK00.720.580.55
HSL348.43º56.46%28.82%-
HSV(B)348.43º72.17%45.1%-
XYZ8.124.893.31-
YUV58.64122168.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=58.97%
G=16.41%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115324800.720.580.55348.4356.4628.82
Hex7320300483A3715c381d
Octal1634060011072675347035
Binary11100111000001100000100100011101011011110101110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732030; }

 p { color: rgb(115,32,48); }

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

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

 a { background-color: rgb(115,32,48); }

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

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

 span { border-color: rgb(115,32,48); }

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