Html Css Color HEX #701830 Claret

📋 copy color: '#701830'

red 112 ◦ green 24 ◦ blue 48

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

Shades of Claret #701830

Tints of Claret #701830

RGB

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

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

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

R = 60.87%
G = 13.04%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#701830 (or 0x701830) is known color: Claret. HEX triplet: 70, 18 and 30. RGB value is (112,24,48). Sum of RGB (Red+Green+Blue) = 112+24+48=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701830 is #8FE7CF. Grayscale: #353535. Windows color (decimal): -9430992 or 3151984. OLE color: 3151984.

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

Color convert

RGB 112 24 48 -
CMYK 0 0.79 0.57 0.56
HSL 343.64º 0.65% 0.27% -
HSV(B) 343.64º 0.79% 0.44% -
XYZ 7.54 4.31 3.23 -
YUV 53.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 112 24 48 0 0.79 0.57 0.56 343.64 0.65 0.27
Hex 70 18 30 0 4F 39 38 158 41 1B
Octal 160 30 60 0 117 71 70 530 101 33
Binary 1110000 11000 110000 0 1001111 111001 111000 101011000 1000001 11011

Color Harmonies of #701830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701830

Black with #701830

Text Example


Text Example

White with #701830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701830; }

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

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

background-color css

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

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

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

border-color css

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

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

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