Html Css Color HEX #701831 Claret

📋 copy color: '#701831'

red 112 ◦ green 24 ◦ blue 49

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

Shades of Claret #701831

Tints of Claret #701831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 60.54%
G = 12.97%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#701831 (or 0x701831) is known color: Claret. HEX triplet: 70, 18 and 31. RGB value is (112,24,49). Sum of RGB (Red+Green+Blue) = 112+24+49=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701831 is #8FE7CE. Grayscale: #353535. Windows color (decimal): -9430991 or 3217520. OLE color: 3217520.

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

Color convert

RGB 112 24 49 -
CMYK 0 0.79 0.56 0.56
HSL 342.95º 0.65% 0.27% -
HSV(B) 342.95º 0.79% 0.44% -
XYZ 7.56 4.32 3.34 -
YUV 53.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 112 24 49 0 0.79 0.56 0.56 342.95 0.65 0.27
Hex 70 18 31 0 4F 38 38 157 41 1B
Octal 160 30 61 0 117 70 70 527 101 33
Binary 1110000 11000 110001 0 1001111 111000 111000 101010111 1000001 11011

Color Harmonies of #701831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701831

Black with #701831

Text Example


Text Example

White with #701831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701831; }

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

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

background-color css

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

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

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

border-color css

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

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

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