Html Css Color HEX #701033 Claret

📋 copy color: '#701033'

red 112 ◦ green 16 ◦ blue 51

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

Shades of Claret #701033

Tints of Claret #701033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

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

R = 62.57%
G = 8.94%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701033 (or 0x701033) is known color: Claret. HEX triplet: 70, 10 and 33. RGB value is (112,16,51). Sum of RGB (Red+Green+Blue) = 112+16+51=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #701033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701033 is #8FEFCC. Grayscale: #303030. Windows color (decimal): -9433037 or 3346544. OLE color: 3346544.

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

Color convert

RGB 112 16 51 -
CMYK 0 0.86 0.54 0.56
HSL 338.13º 0.75% 0.25% -
HSV(B) 338.13º 0.86% 0.44% -
XYZ 7.46 4.05 3.52 -
YUV 48.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 112 16 51 0 0.86 0.54 0.56 338.13 0.75 0.25
Hex 70 10 33 0 56 36 38 152 4B 19
Octal 160 20 63 0 126 66 70 522 113 31
Binary 1110000 10000 110011 0 1010110 110110 111000 101010010 1001011 11001

Color Harmonies of #701033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701033

Black with #701033

Text Example


Text Example

White with #701033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701033; }

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

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

background-color css

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

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

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

border-color css

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

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

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