Html Css Color HEX #701333 Claret

📋 copy color: '#701333'

red 112 ◦ green 19 ◦ blue 51

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

Shades of Claret #701333

Tints of Claret #701333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 61.54%
G = 10.44%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701333 (or 0x701333) is known color: Claret. HEX triplet: 70, 13 and 33. RGB value is (112,19,51). Sum of RGB (Red+Green+Blue) = 112+19+51=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701333 is #8FECCC. Grayscale: #323232. Windows color (decimal): -9432269 or 3347312. OLE color: 3347312.

HSL color Cylindrical-coordinate representation of color #701333: hue angle of 339.35º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701333 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 51 -
CMYK 0 0.83 0.54 0.56
HSL 339.35º 0.71% 0.26% -
HSV(B) 339.35º 0.83% 0.44% -
XYZ 7.51 4.15 3.54 -
YUV 50.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 112 19 51 0 0.83 0.54 0.56 339.35 0.71 0.26
Hex 70 13 33 0 53 36 38 153 47 1A
Octal 160 23 63 0 123 66 70 523 107 32
Binary 1110000 10011 110011 0 1010011 110110 111000 101010011 1000111 11010

Color Harmonies of #701333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701333

Black with #701333

Text Example


Text Example

White with #701333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701333; }

 p { color: rgb(112,19,51); }

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

background-color css

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

 a { background-color: rgb(112,19,51); }

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

border-color css

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

 span { border-color: rgb(112,19,51); }

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