Html Css Color HEX #701930 Claret

📋 copy color: '#701930'

red 112 ◦ green 25 ◦ blue 48

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

Shades of Claret #701930

Tints of Claret #701930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 60.54%
G = 13.51%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#701930 (or 0x701930) is known color: Claret. HEX triplet: 70, 19 and 30. RGB value is (112,25,48). Sum of RGB (Red+Green+Blue) = 112+25+48=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701930 is #8FE6CF. Grayscale: #353535. Windows color (decimal): -9430736 or 3152240. OLE color: 3152240.

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

Color convert

RGB 112 25 48 -
CMYK 0 0.78 0.57 0.56
HSL 344.14º 0.64% 0.27% -
HSV(B) 344.14º 0.78% 0.44% -
XYZ 7.56 4.35 3.24 -
YUV 53.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 112 25 48 0 0.78 0.57 0.56 344.14 0.64 0.27
Hex 70 19 30 0 4E 39 38 158 40 1B
Octal 160 31 60 0 116 71 70 530 100 33
Binary 1110000 11001 110000 0 1001110 111001 111000 101011000 1000000 11011

Color Harmonies of #701930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701930

Black with #701930

Text Example


Text Example

White with #701930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701930; }

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

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

background-color css

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

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

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

border-color css

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

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

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