Html Css Color HEX #701536 Claret

📋 copy color: '#701536'

red 112 ◦ green 21 ◦ blue 54

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

Shades of Claret #701536

Tints of Claret #701536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 59.89%
G = 11.23%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#701536 (or 0x701536) is known color: Claret. HEX triplet: 70, 15 and 36. RGB value is (112,21,54). Sum of RGB (Red+Green+Blue) = 112+21+54=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701536 is #8FEAC9. Grayscale: #333333. Windows color (decimal): -9431754 or 3544432. OLE color: 3544432.

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

Color convert

RGB 112 21 54 -
CMYK 0 0.81 0.52 0.56
HSL 338.24º 0.68% 0.26% -
HSV(B) 338.24º 0.81% 0.44% -
XYZ 7.62 4.25 3.91 -
YUV 51.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 112 21 54 0 0.81 0.52 0.56 338.24 0.68 0.26
Hex 70 15 36 0 51 34 38 152 44 1A
Octal 160 25 66 0 121 64 70 522 104 32
Binary 1110000 10101 110110 0 1010001 110100 111000 101010010 1000100 11010

Color Harmonies of #701536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701536

Black with #701536

Text Example


Text Example

White with #701536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701536; }

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

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

background-color css

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

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

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

border-color css

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

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

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