Html Css Color HEX #701336 Claret

📋 copy color: '#701336'

red 112 ◦ green 19 ◦ blue 54

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

Shades of Claret #701336

Tints of Claret #701336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 60.54%
G = 10.27%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#701336 (or 0x701336) is known color: Claret. HEX triplet: 70, 13 and 36. RGB value is (112,19,54). Sum of RGB (Red+Green+Blue) = 112+19+54=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701336 is #8FECC9. Grayscale: #323232. Windows color (decimal): -9432266 or 3543920. OLE color: 3543920.

HSL color Cylindrical-coordinate representation of color #701336: hue angle of 337.42º 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 #701336 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 54 -
CMYK 0 0.83 0.52 0.56
HSL 337.42º 0.71% 0.26% -
HSV(B) 337.42º 0.83% 0.44% -
XYZ 7.58 4.18 3.9 -
YUV 50.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 112 19 54 0 0.83 0.52 0.56 337.42 0.71 0.26
Hex 70 13 36 0 53 34 38 151 47 1A
Octal 160 23 66 0 123 64 70 521 107 32
Binary 1110000 10011 110110 0 1010011 110100 111000 101010001 1000111 11010

Color Harmonies of #701336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701336

Black with #701336

Text Example


Text Example

White with #701336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701336; }

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

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

background-color css

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

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

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

border-color css

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

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

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