Html Css Color HEX #701633 Claret

📋 copy color: '#701633'

red 112 ◦ green 22 ◦ blue 51

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

Shades of Claret #701633

Tints of Claret #701633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 60.54%
G = 11.89%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701633 (or 0x701633) is known color: Claret. HEX triplet: 70, 16 and 33. RGB value is (112,22,51). Sum of RGB (Red+Green+Blue) = 112+22+51=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701633 is #8FE9CC. Grayscale: #343434. Windows color (decimal): -9431501 or 3348080. OLE color: 3348080.

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

Color convert

RGB 112 22 51 -
CMYK 0 0.80 0.54 0.56
HSL 340.67º 0.67% 0.26% -
HSV(B) 340.67º 0.8% 0.44% -
XYZ 7.57 4.26 3.55 -
YUV 52.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 112 22 51 0 0.80 0.54 0.56 340.67 0.67 0.26
Hex 70 16 33 0 50 36 38 155 43 1A
Octal 160 26 63 0 120 66 70 525 103 32
Binary 1110000 10110 110011 0 1010000 110110 111000 101010101 1000011 11010

Color Harmonies of #701633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701633

Black with #701633

Text Example


Text Example

White with #701633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701633; }

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

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

background-color css

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

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

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

border-color css

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

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

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