#731B35

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

Shades of Claret #731B35

Tints of Claret #731B35

Color information

#731B35 (or 0x731B35) is unknown color: approx Claret. HEX triplet: 73, 1B and 35. RGB value is (115,27,53). Sum of RGB (Red+Green+Blue) = 115+27+53=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B35 is #8CE4CA. Grayscale: #383838. Windows color (decimal): -9233611 or 3480435. OLE color: 3480435.

HSL color Cylindrical-coordinate representation of color #731B35: hue angle of 342.27º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B35 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1152753-
CMYK00.770.540.55
HSL342.27º61.97%27.84%-
HSV(B)342.27º76.52%45.1%-
XYZ8.14.693.85-
YUV56.28126.15169.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=58.97%
G=13.85%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115275300.770.540.55342.2761.9727.84
Hex731B3504D36371563e1c
Octal1633365011566675267634
Binary1110011110111101010100110111011011011110101011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731B35; }

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

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

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

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

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

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

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

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