Html Css Color HEX #701832 Claret

📋 copy color: '#701832'

red 112 ◦ green 24 ◦ blue 50

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

Shades of Claret #701832

Tints of Claret #701832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 60.22%
G = 12.9%
B = 26.88%

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

#701832 (or 0x701832) is known color: Claret. HEX triplet: 70, 18 and 32. RGB value is (112,24,50). Sum of RGB (Red+Green+Blue) = 112+24+50=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701832 is #8FE7CD. Grayscale: #353535. Windows color (decimal): -9430990 or 3283056. OLE color: 3283056.

HSL color Cylindrical-coordinate representation of color #701832: hue angle of 342.27º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701832 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 50 -
CMYK 0 0.79 0.55 0.56
HSL 342.27º 0.65% 0.27% -
HSV(B) 342.27º 0.79% 0.44% -
XYZ 7.58 4.33 3.45 -
YUV 53.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 112 24 50 0 0.79 0.55 0.56 342.27 0.65 0.27
Hex 70 18 32 0 4F 37 38 156 41 1B
Octal 160 30 62 0 117 67 70 526 101 33
Binary 1110000 11000 110010 0 1001111 110111 111000 101010110 1000001 11011

Color Harmonies of #701832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701832

Black with #701832

Text Example


Text Example

White with #701832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701832; }

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

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

background-color css

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

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

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

border-color css

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

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

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