Html Css Color HEX #701530 Claret

📋 copy color: '#701530'

red 112 ◦ green 21 ◦ blue 48

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

Shades of Claret #701530

Tints of Claret #701530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

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

R = 61.88%
G = 11.6%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#701530 (or 0x701530) is known color: Claret. HEX triplet: 70, 15 and 30. RGB value is (112,21,48). Sum of RGB (Red+Green+Blue) = 112+21+48=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701530 is #8FEACF. Grayscale: #333333. Windows color (decimal): -9431760 or 3151216. OLE color: 3151216.

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

Color convert

RGB 112 21 48 -
CMYK 0 0.81 0.57 0.56
HSL 342.2º 0.68% 0.26% -
HSV(B) 342.2º 0.81% 0.44% -
XYZ 7.48 4.19 3.21 -
YUV 51.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 112 21 48 0 0.81 0.57 0.56 342.2 0.68 0.26
Hex 70 15 30 0 51 39 38 156 44 1A
Octal 160 25 60 0 121 71 70 526 104 32
Binary 1110000 10101 110000 0 1010001 111001 111000 101010110 1000100 11010

Color Harmonies of #701530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701530

Black with #701530

Text Example


Text Example

White with #701530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701530; }

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

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

background-color css

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

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

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

border-color css

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

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

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