Html Css Color HEX #701630 Claret

📋 copy color: '#701630'

red 112 ◦ green 22 ◦ blue 48

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

Shades of Claret #701630

Tints of Claret #701630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

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

R = 61.54%
G = 12.09%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#701630 (or 0x701630) is known color: Claret. HEX triplet: 70, 16 and 30. RGB value is (112,22,48). Sum of RGB (Red+Green+Blue) = 112+22+48=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701630 is #8FE9CF. Grayscale: #333333. Windows color (decimal): -9431504 or 3151472. OLE color: 3151472.

HSL color Cylindrical-coordinate representation of color #701630: hue angle of 342.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701630 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 48 -
CMYK 0 0.80 0.57 0.56
HSL 342.67º 0.67% 0.26% -
HSV(B) 342.67º 0.8% 0.44% -
XYZ 7.5 4.23 3.22 -
YUV 51.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 112 22 48 0 0.80 0.57 0.56 342.67 0.67 0.26
Hex 70 16 30 0 50 39 38 157 43 1A
Octal 160 26 60 0 120 71 70 527 103 32
Binary 1110000 10110 110000 0 1010000 111001 111000 101010111 1000011 11010

Color Harmonies of #701630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701630

Black with #701630

Text Example


Text Example

White with #701630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701630; }

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

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

background-color css

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

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

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

border-color css

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

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

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