Html Css Color HEX #701734 Claret

📋 copy color: '#701734'

red 112 ◦ green 23 ◦ blue 52

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

Shades of Claret #701734

Tints of Claret #701734

RGB

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

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

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

R = 59.89%
G = 12.3%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701734 (or 0x701734) is known color: Claret. HEX triplet: 70, 17 and 34. RGB value is (112,23,52). Sum of RGB (Red+Green+Blue) = 112+23+52=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701734 is #8FE8CB. Grayscale: #343434. Windows color (decimal): -9431244 or 3413872. OLE color: 3413872.

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

Color convert

RGB 112 23 52 -
CMYK 0 0.79 0.54 0.56
HSL 340.45º 0.66% 0.26% -
HSV(B) 340.45º 0.79% 0.44% -
XYZ 7.61 4.31 3.68 -
YUV 52.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 112 23 52 0 0.79 0.54 0.56 340.45 0.66 0.26
Hex 70 17 34 0 4F 36 38 154 42 1A
Octal 160 27 64 0 117 66 70 524 102 32
Binary 1110000 10111 110100 0 1001111 110110 111000 101010100 1000010 11010

Color Harmonies of #701734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701734

Black with #701734

Text Example


Text Example

White with #701734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701734; }

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

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

background-color css

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

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

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

border-color css

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

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

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