Html Css Color HEX #731737 Claret

📋 copy color: '#731737'

red 115 ◦ green 23 ◦ blue 55

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

Shades of Claret #731737

Tints of Claret #731737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 59.59%
G = 11.92%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#731737 (or 0x731737) is known color: Claret. HEX triplet: 73, 17 and 37. RGB value is (115,23,55). Sum of RGB (Red+Green+Blue) = 115+23+55=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #731737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731737 is #8CE8C8. Grayscale: #363636. Windows color (decimal): -9234633 or 3610483. OLE color: 3610483.

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

Color convert

RGB 115 23 55 -
CMYK 0 0.80 0.52 0.55
HSL 339.13º 0.67% 0.27% -
HSV(B) 339.13º 0.8% 0.45% -
XYZ 8.07 4.53 4.06 -
YUV 54.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 115 23 55 0 0.80 0.52 0.55 339.13 0.67 0.27
Hex 73 17 37 0 50 34 37 153 43 1B
Octal 163 27 67 0 120 64 67 523 103 33
Binary 1110011 10111 110111 0 1010000 110100 110111 101010011 1000011 11011

Color Harmonies of #731737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731737

Black with #731737

Text Example


Text Example

White with #731737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731737; }

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

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

background-color css

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

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

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

border-color css

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

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

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