Html Css Color HEX #701837 Claret

📋 copy color: '#701837'

red 112 ◦ green 24 ◦ blue 55

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

Shades of Claret #701837

Tints of Claret #701837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 58.64%
G = 12.57%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#701837 (or 0x701837) is known color: Claret. HEX triplet: 70, 18 and 37. RGB value is (112,24,55). Sum of RGB (Red+Green+Blue) = 112+24+55=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #701837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701837 is #8FE7C8. Grayscale: #353535. Windows color (decimal): -9430985 or 3610736. OLE color: 3610736.

HSL color Cylindrical-coordinate representation of color #701837: hue angle of 338.86º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701837 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 55 -
CMYK 0 0.79 0.51 0.56
HSL 338.86º 0.65% 0.27% -
HSV(B) 338.86º 0.79% 0.44% -
XYZ 7.7 4.37 4.05 -
YUV 53.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 112 24 55 0 0.79 0.51 0.56 338.86 0.65 0.27
Hex 70 18 37 0 4F 33 38 153 41 1B
Octal 160 30 67 0 117 63 70 523 101 33
Binary 1110000 11000 110111 0 1001111 110011 111000 101010011 1000001 11011

Color Harmonies of #701837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701837

Black with #701837

Text Example


Text Example

White with #701837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701837; }

 p { color: rgb(112,24,55); }

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

background-color css

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

 a { background-color: rgb(112,24,55); }

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

border-color css

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

 span { border-color: rgb(112,24,55); }

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