Html Css Color HEX #701F31 Claret

📋 copy color: '#701F31'

red 112 ◦ green 31 ◦ blue 49

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

Shades of Claret #701F31

Tints of Claret #701F31

RGB

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

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

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

R = 58.33%
G = 16.15%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#701F31 (or 0x701F31) is known color: Claret. HEX triplet: 70, 1F and 31. RGB value is (112,31,49). Sum of RGB (Red+Green+Blue) = 112+31+49=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F31 is #8FE0CE. Grayscale: #393939. Windows color (decimal): -9429199 or 3219312. OLE color: 3219312.

HSL color Cylindrical-coordinate representation of color #701F31: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F31 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 49 -
CMYK 0 0.72 0.56 0.56
HSL 346.67º 0.57% 0.28% -
HSV(B) 346.67º 0.72% 0.44% -
XYZ 7.73 4.65 3.4 -
YUV 57.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 112 31 49 0 0.72 0.56 0.56 346.67 0.57 0.28
Hex 70 1F 31 0 48 38 38 15B 39 1C
Octal 160 37 61 0 110 70 70 533 71 34
Binary 1110000 11111 110001 0 1001000 111000 111000 101011011 111001 11100

Color Harmonies of #701F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F31

Black with #701F31

Text Example


Text Example

White with #701F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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