Html Css Color HEX #731E31 Claret

📋 copy color: '#731E31'

red 115 ◦ green 30 ◦ blue 49

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

Shades of Claret #731E31

Tints of Claret #731E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

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

R = 59.28%
G = 15.46%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731E31 (or 0x731E31) is known color: Claret. HEX triplet: 73, 1E and 31. RGB value is (115,30,49). Sum of RGB (Red+Green+Blue) = 115+30+49=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E31 is #8CE1CE. Grayscale: #393939. Windows color (decimal): -9232847 or 3219059. OLE color: 3219059.

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

Color convert

RGB 115 30 49 -
CMYK 0 0.74 0.57 0.55
HSL 346.59º 0.59% 0.28% -
HSV(B) 346.59º 0.74% 0.45% -
XYZ 8.09 4.8 3.4 -
YUV 57.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 115 30 49 0 0.74 0.57 0.55 346.59 0.59 0.28
Hex 73 1E 31 0 4A 39 37 15B 3B 1C
Octal 163 36 61 0 112 71 67 533 73 34
Binary 1110011 11110 110001 0 1001010 111001 110111 101011011 111011 11100

Color Harmonies of #731E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E31

Black with #731E31

Text Example


Text Example

White with #731E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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