Html Css Color HEX #701934 Claret

📋 copy color: '#701934'

red 112 ◦ green 25 ◦ blue 52

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

Shades of Claret #701934

Tints of Claret #701934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 59.26%
G = 13.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701934 (or 0x701934) is known color: Claret. HEX triplet: 70, 19 and 34. RGB value is (112,25,52). Sum of RGB (Red+Green+Blue) = 112+25+52=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701934 is #8FE6CB. Grayscale: #363636. Windows color (decimal): -9430732 or 3414384. OLE color: 3414384.

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

Color convert

RGB 112 25 52 -
CMYK 0 0.78 0.54 0.56
HSL 341.38º 0.64% 0.27% -
HSV(B) 341.38º 0.78% 0.44% -
XYZ 7.65 4.39 3.69 -
YUV 54.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 112 25 52 0 0.78 0.54 0.56 341.38 0.64 0.27
Hex 70 19 34 0 4E 36 38 155 40 1B
Octal 160 31 64 0 116 66 70 525 100 33
Binary 1110000 11001 110100 0 1001110 110110 111000 101010101 1000000 11011

Color Harmonies of #701934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701934

Black with #701934

Text Example


Text Example

White with #701934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701934; }

 p { color: rgb(112,25,52); }

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

background-color css

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

 a { background-color: rgb(112,25,52); }

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

border-color css

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

 span { border-color: rgb(112,25,52); }

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