Html Css Color HEX #701136 Claret

📋 copy color: '#701136'

red 112 ◦ green 17 ◦ blue 54

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

Shades of Claret #701136

Tints of Claret #701136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

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

R = 61.2%
G = 9.29%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#701136 (or 0x701136) is known color: Claret. HEX triplet: 70, 11 and 36. RGB value is (112,17,54). Sum of RGB (Red+Green+Blue) = 112+17+54=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701136 is #8FEEC9. Grayscale: #313131. Windows color (decimal): -9432778 or 3543408. OLE color: 3543408.

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

Color convert

RGB 112 17 54 -
CMYK 0 0.85 0.52 0.56
HSL 336.63º 0.74% 0.25% -
HSV(B) 336.63º 0.85% 0.44% -
XYZ 7.55 4.11 3.89 -
YUV 49.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 112 17 54 0 0.85 0.52 0.56 336.63 0.74 0.25
Hex 70 11 36 0 55 34 38 151 4A 19
Octal 160 21 66 0 125 64 70 521 112 31
Binary 1110000 10001 110110 0 1010101 110100 111000 101010001 1001010 11001

Color Harmonies of #701136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701136

Black with #701136

Text Example


Text Example

White with #701136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701136; }

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

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

background-color css

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

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

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

border-color css

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

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

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