Html Css Color HEX #731131 Claret

📋 copy color: '#731131'

red 115 ◦ green 17 ◦ blue 49

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

Shades of Claret #731131

Tints of Claret #731131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 63.54%
G = 9.39%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731131 (or 0x731131) is known color: Claret. HEX triplet: 73, 11 and 31. RGB value is (115,17,49). Sum of RGB (Red+Green+Blue) = 115+17+49=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #731131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731131 is #8CEECE. Grayscale: #313131. Windows color (decimal): -9236175 or 3215731. OLE color: 3215731.

HSL color Cylindrical-coordinate representation of color #731131: hue angle of 340.41º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731131 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 49 -
CMYK 0 0.85 0.57 0.55
HSL 340.41º 0.74% 0.26% -
HSV(B) 340.41º 0.85% 0.45% -
XYZ 7.83 4.27 3.32 -
YUV 49.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 115 17 49 0 0.85 0.57 0.55 340.41 0.74 0.26
Hex 73 11 31 0 55 39 37 154 4A 1A
Octal 163 21 61 0 125 71 67 524 112 32
Binary 1110011 10001 110001 0 1010101 111001 110111 101010100 1001010 11010

Color Harmonies of #731131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731131

Black with #731131

Text Example


Text Example

White with #731131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731131; }

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

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

background-color css

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

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

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

border-color css

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

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

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