Html Css Color HEX #731531 Claret

📋 copy color: '#731531'

red 115 ◦ green 21 ◦ blue 49

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

Shades of Claret #731531

Tints of Claret #731531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 62.16%
G = 11.35%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731531 (or 0x731531) is known color: Claret. HEX triplet: 73, 15 and 31. RGB value is (115,21,49). Sum of RGB (Red+Green+Blue) = 115+21+49=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731531 is #8CEACE. Grayscale: #343434. Windows color (decimal): -9235151 or 3216755. OLE color: 3216755.

HSL color Cylindrical-coordinate representation of color #731531: hue angle of 342.13º 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 #731531 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 49 -
CMYK 0 0.82 0.57 0.55
HSL 342.13º 0.69% 0.27% -
HSV(B) 342.13º 0.82% 0.45% -
XYZ 7.89 4.4 3.34 -
YUV 52.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 115 21 49 0 0.82 0.57 0.55 342.13 0.69 0.27
Hex 73 15 31 0 52 39 37 156 45 1B
Octal 163 25 61 0 122 71 67 526 105 33
Binary 1110011 10101 110001 0 1010010 111001 110111 101010110 1000101 11011

Color Harmonies of #731531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731531

Black with #731531

Text Example


Text Example

White with #731531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731531; }

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

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

background-color css

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

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

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

border-color css

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

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

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