Html Css Color HEX #701E2F Claret

📋 copy color: '#701E2F'

red 112 ◦ green 30 ◦ blue 47

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

Shades of Claret #701E2F

Tints of Claret #701E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 59.26%
G = 15.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#701E2F (or 0x701E2F) is known color: Claret. HEX triplet: 70, 1E and 2F. RGB value is (112,30,47). Sum of RGB (Red+Green+Blue) = 112+30+47=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E2F is #8FE1D0. Grayscale: #383838. Windows color (decimal): -9429457 or 3087984. OLE color: 3087984.

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

Color convert

RGB 112 30 47 -
CMYK 0 0.73 0.58 0.56
HSL 347.56º 0.58% 0.28% -
HSV(B) 347.56º 0.73% 0.44% -
XYZ 7.66 4.58 3.17 -
YUV 56.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 112 30 47 0 0.73 0.58 0.56 347.56 0.58 0.28
Hex 70 1E 2F 0 49 3A 38 15C 3A 1C
Octal 160 36 57 0 111 72 70 534 72 34
Binary 1110000 11110 101111 0 1001001 111010 111000 101011100 111010 11100

Color Harmonies of #701E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E2F

Black with #701E2F

Text Example


Text Example

White with #701E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,47); }

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

background-color css

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

 a { background-color: rgb(112,30,47); }

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

border-color css

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

 span { border-color: rgb(112,30,47); }

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