Html Css Color HEX #731F31 Claret

📋 copy color: '#731F31'

red 115 ◦ green 31 ◦ blue 49

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

Shades of Claret #731F31

Tints of Claret #731F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 58.97%
G = 15.9%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731F31 (or 0x731F31) is known color: Claret. HEX triplet: 73, 1F and 31. RGB value is (115,31,49). Sum of RGB (Red+Green+Blue) = 115+31+49=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F31 is #8CE0CE. Grayscale: #3A3A3A. Windows color (decimal): -9232591 or 3219315. OLE color: 3219315.

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

Color convert

RGB 115 31 49 -
CMYK 0 0.73 0.57 0.55
HSL 347.14º 0.58% 0.29% -
HSV(B) 347.14º 0.73% 0.45% -
XYZ 8.11 4.85 3.41 -
YUV 58.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 115 31 49 0 0.73 0.57 0.55 347.14 0.58 0.29
Hex 73 1F 31 0 49 39 37 15B 3A 1D
Octal 163 37 61 0 111 71 67 533 72 35
Binary 1110011 11111 110001 0 1001001 111001 110111 101011011 111010 11101

Color Harmonies of #731F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F31

Black with #731F31

Text Example


Text Example

White with #731F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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