Html Css Color HEX #701F34 Claret

📋 copy color: '#701F34'

red 112 ◦ green 31 ◦ blue 52

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

Shades of Claret #701F34

Tints of Claret #701F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 57.44%
G = 15.9%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701F34 (or 0x701F34) is known color: Claret. HEX triplet: 70, 1F and 34. RGB value is (112,31,52). Sum of RGB (Red+Green+Blue) = 112+31+52=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F34 is #8FE0CB. Grayscale: #393939. Windows color (decimal): -9429196 or 3415920. OLE color: 3415920.

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

Color convert

RGB 112 31 52 -
CMYK 0 0.72 0.54 0.56
HSL 344.44º 0.57% 0.28% -
HSV(B) 344.44º 0.72% 0.44% -
XYZ 7.79 4.67 3.74 -
YUV 57.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 112 31 52 0 0.72 0.54 0.56 344.44 0.57 0.28
Hex 70 1F 34 0 48 36 38 158 39 1C
Octal 160 37 64 0 110 66 70 530 71 34
Binary 1110000 11111 110100 0 1001000 110110 111000 101011000 111001 11100

Color Harmonies of #701F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F34

Black with #701F34

Text Example


Text Example

White with #701F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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