Html Css Color HEX #701732 Claret

📋 copy color: '#701732'

red 112 ◦ green 23 ◦ blue 50

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

Shades of Claret #701732

Tints of Claret #701732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 60.54%
G = 12.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#701732 (or 0x701732) is known color: Claret. HEX triplet: 70, 17 and 32. RGB value is (112,23,50). Sum of RGB (Red+Green+Blue) = 112+23+50=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701732 is #8FE8CD. Grayscale: #343434. Windows color (decimal): -9431246 or 3282800. OLE color: 3282800.

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

Color convert

RGB 112 23 50 -
CMYK 0 0.79 0.55 0.56
HSL 341.8º 0.66% 0.26% -
HSV(B) 341.8º 0.79% 0.44% -
XYZ 7.56 4.29 3.45 -
YUV 52.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 112 23 50 0 0.79 0.55 0.56 341.8 0.66 0.26
Hex 70 17 32 0 4F 37 38 156 42 1A
Octal 160 27 62 0 117 67 70 526 102 32
Binary 1110000 10111 110010 0 1001111 110111 111000 101010110 1000010 11010

Color Harmonies of #701732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701732

Black with #701732

Text Example


Text Example

White with #701732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701732; }

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

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

background-color css

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

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

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

border-color css

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

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

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