#732935

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

Shades of Claret #732935

Tints of Claret #732935

Color information

#732935 (or 0x732935) is unknown color: approx Claret. HEX triplet: 73, 29 and 35. RGB value is (115,41,53). Sum of RGB (Red+Green+Blue) = 115+41+53=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732935 is #8CD6CA. Grayscale: #404040. Windows color (decimal): -9230027 or 3484019. OLE color: 3484019.

HSL color Cylindrical-coordinate representation of color #732935: hue angle of 350.27º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732935 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1154153-
CMYK00.640.540.55
HSL350.27º47.44%30.59%-
HSV(B)350.27º64.35%45.1%-
XYZ8.515.493.98-
YUV64.49121.52164.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=55.02%
G=19.62%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115415300.640.540.55350.2747.4430.59
Hex732935040363715e2f1f
Octal1635165010066675365737
Binary11100111010011101010100000011011011011110101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732935; }

 p { color: rgb(115,41,53); }

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

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

 a { background-color: rgb(115,41,53); }

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

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

 span { border-color: rgb(115,41,53); }

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