Html Css Color HEX #701132 Claret

📋 copy color: '#701132'

red 112 ◦ green 17 ◦ blue 50

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

Shades of Claret #701132

Tints of Claret #701132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 62.57%
G = 9.5%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#701132 (or 0x701132) is known color: Claret. HEX triplet: 70, 11 and 32. RGB value is (112,17,50). Sum of RGB (Red+Green+Blue) = 112+17+50=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #701132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701132 is #8FEECD. Grayscale: #313131. Windows color (decimal): -9432782 or 3281264. OLE color: 3281264.

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

Color convert

RGB 112 17 50 -
CMYK 0 0.85 0.55 0.56
HSL 339.16º 0.74% 0.25% -
HSV(B) 339.16º 0.85% 0.44% -
XYZ 7.46 4.08 3.41 -
YUV 49.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 112 17 50 0 0.85 0.55 0.56 339.16 0.74 0.25
Hex 70 11 32 0 55 37 38 153 4A 19
Octal 160 21 62 0 125 67 70 523 112 31
Binary 1110000 10001 110010 0 1010101 110111 111000 101010011 1001010 11001

Color Harmonies of #701132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701132

Black with #701132

Text Example


Text Example

White with #701132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701132; }

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

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

background-color css

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

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

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

border-color css

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

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

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