Html Css Color HEX #701E35 Claret

📋 copy color: '#701E35'

red 112 ◦ green 30 ◦ blue 53

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

Shades of Claret #701E35

Tints of Claret #701E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 57.44%
G = 15.38%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#701E35 (or 0x701E35) is known color: Claret. HEX triplet: 70, 1E and 35. RGB value is (112,30,53). Sum of RGB (Red+Green+Blue) = 112+30+53=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E35 is #8FE1CA. Grayscale: #393939. Windows color (decimal): -9429451 or 3481200. OLE color: 3481200.

HSL color Cylindrical-coordinate representation of color #701E35: hue angle of 343.17º 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 #701E35 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 53 -
CMYK 0 0.73 0.53 0.56
HSL 343.17º 0.58% 0.28% -
HSV(B) 343.17º 0.73% 0.44% -
XYZ 7.79 4.63 3.85 -
YUV 57.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 112 30 53 0 0.73 0.53 0.56 343.17 0.58 0.28
Hex 70 1E 35 0 49 35 38 157 3A 1C
Octal 160 36 65 0 111 65 70 527 72 34
Binary 1110000 11110 110101 0 1001001 110101 111000 101010111 111010 11100

Color Harmonies of #701E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E35

Black with #701E35

Text Example


Text Example

White with #701E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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