#732636

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

Shades of Claret #732636

Tints of Claret #732636

Color information

#732636 (or 0x732636) is unknown color: approx Claret. HEX triplet: 73, 26 and 36. RGB value is (115,38,54). Sum of RGB (Red+Green+Blue) = 115+38+54=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #732636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732636 is #8CD9C9. Grayscale: #3E3E3E. Windows color (decimal): -9230794 or 3548787. OLE color: 3548787.

HSL color Cylindrical-coordinate representation of color #732636: hue angle of 347.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732636 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1153854-
CMYK00.670.530.55
HSL347.53º50.33%30%-
HSV(B)347.53º66.96%45.1%-
XYZ8.435.34.07-
YUV62.85123.01165.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=55.56%
G=18.36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115385400.670.530.55347.5350.3330
Hex732636043353715c321e
Octal1634666010365675346236
Binary11100111001101101100100001111010111011110101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732636; }

 p { color: rgb(115,38,54); }

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

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

 a { background-color: rgb(115,38,54); }

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

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

 span { border-color: rgb(115,38,54); }

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