Html Css Color HEX #731F3B Claret

📋 copy color: '#731F3B'

red 115 ◦ green 31 ◦ blue 59

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

Shades of Claret #731F3B

Tints of Claret #731F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 56.1%
G = 15.12%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#731F3B (or 0x731F3B) is known color: Claret. HEX triplet: 73, 1F and 3B. RGB value is (115,31,59). Sum of RGB (Red+Green+Blue) = 115+31+59=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F3B is #8CE0C4. Grayscale: #3B3B3B. Windows color (decimal): -9232581 or 3874675. OLE color: 3874675.

HSL color Cylindrical-coordinate representation of color #731F3B: hue angle of 340º 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 #731F3B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 59 -
CMYK 0 0.73 0.49 0.55
HSL 340º 0.58% 0.29% -
HSV(B) 340º 0.73% 0.45% -
XYZ 8.35 4.94 4.65 -
YUV 59.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 115 31 59 0 0.73 0.49 0.55 340 0.58 0.29
Hex 73 1F 3B 0 49 31 37 154 3A 1D
Octal 163 37 73 0 111 61 67 524 72 35
Binary 1110011 11111 111011 0 1001001 110001 110111 101010100 111010 11101

Color Harmonies of #731F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F3B

Black with #731F3B

Text Example


Text Example

White with #731F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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