Html Css Color HEX #731D31 Claret

📋 copy color: '#731D31'

red 115 ◦ green 29 ◦ blue 49

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

Shades of Claret #731D31

Tints of Claret #731D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

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

R = 59.59%
G = 15.03%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731D31 (or 0x731D31) is known color: Claret. HEX triplet: 73, 1D and 31. RGB value is (115,29,49). Sum of RGB (Red+Green+Blue) = 115+29+49=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #731D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D31 is #8CE2CE. Grayscale: #393939. Windows color (decimal): -9233103 or 3218803. OLE color: 3218803.

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

Color convert

RGB 115 29 49 -
CMYK 0 0.75 0.57 0.55
HSL 346.05º 0.6% 0.28% -
HSV(B) 346.05º 0.75% 0.45% -
XYZ 8.06 4.75 3.4 -
YUV 56.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 115 29 49 0 0.75 0.57 0.55 346.05 0.6 0.28
Hex 73 1D 31 0 4B 39 37 15A 3C 1C
Octal 163 35 61 0 113 71 67 532 74 34
Binary 1110011 11101 110001 0 1001011 111001 110111 101011010 111100 11100

Color Harmonies of #731D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D31

Black with #731D31

Text Example


Text Example

White with #731D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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