Html Css Color HEX #731537 Claret

📋 copy color: '#731537'

red 115 ◦ green 21 ◦ blue 55

#731537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #731537

Tints of Claret #731537

RGB

 RED value IS 115 (45.31% from 255) = 60.21%

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 60.21%
G = 10.99%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#731537 (or 0x731537) is known color: Claret. HEX triplet: 73, 15 and 37. RGB value is (115,21,55). Sum of RGB (Red+Green+Blue) = 115+21+55=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #731537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731537 is #8CEAC8. Grayscale: #343434. Windows color (decimal): -9235145 or 3609971. OLE color: 3609971.

HSL color Cylindrical-coordinate representation of color #731537: hue angle of 338.3º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731537 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 55 -
CMYK 0 0.82 0.52 0.55
HSL 338.3º 0.69% 0.27% -
HSV(B) 338.3º 0.82% 0.45% -
XYZ 8.03 4.46 4.05 -
YUV 52.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 115 21 55 0 0.82 0.52 0.55 338.3 0.69 0.27
Hex 73 15 37 0 52 34 37 152 45 1B
Octal 163 25 67 0 122 64 67 522 105 33
Binary 1110011 10101 110111 0 1010010 110100 110111 101010010 1000101 11011

Color Harmonies of #731537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731537

Black with #731537

Text Example


Text Example

White with #731537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731537; }

 p { color: rgb(115,21,55); }

 H1.HeaderClassName
 {
   color: #731537;
 }
 .AnyTagClassName
 {
   color: #731537;
 }
</style>

background-color css

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

 a { background-color: rgb(115,21,55); }

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

border-color css

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

 span { border-color: rgb(115,21,55); }

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