Html Css Color HEX #701731 Claret

📋 copy color: '#701731'

red 112 ◦ green 23 ◦ blue 49

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

Shades of Claret #701731

Tints of Claret #701731

RGB

 RED value IS 112 (44.14% from 255) = 60.87%

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 60.87%
G = 12.5%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#701731 (or 0x701731) is known color: Claret. HEX triplet: 70, 17 and 31. RGB value is (112,23,49). Sum of RGB (Red+Green+Blue) = 112+23+49=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701731 is #8FE8CE. Grayscale: #343434. Windows color (decimal): -9431247 or 3217264. OLE color: 3217264.

HSL color Cylindrical-coordinate representation of color #701731: hue angle of 342.47º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701731 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 49 -
CMYK 0 0.79 0.56 0.56
HSL 342.47º 0.66% 0.26% -
HSV(B) 342.47º 0.79% 0.44% -
XYZ 7.54 4.28 3.33 -
YUV 52.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 112 23 49 0 0.79 0.56 0.56 342.47 0.66 0.26
Hex 70 17 31 0 4F 38 38 156 42 1A
Octal 160 27 61 0 117 70 70 526 102 32
Binary 1110000 10111 110001 0 1001111 111000 111000 101010110 1000010 11010

Color Harmonies of #701731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701731

Black with #701731

Text Example


Text Example

White with #701731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701731; }

 p { color: rgb(112,23,49); }

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

background-color css

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

 a { background-color: rgb(112,23,49); }

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

border-color css

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

 span { border-color: rgb(112,23,49); }

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