Html Css Color HEX #701135 Claret

📋 copy color: '#701135'

red 112 ◦ green 17 ◦ blue 53

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

Shades of Claret #701135

Tints of Claret #701135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 61.54%
G = 9.34%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#701135 (or 0x701135) is known color: Claret. HEX triplet: 70, 11 and 35. RGB value is (112,17,53). Sum of RGB (Red+Green+Blue) = 112+17+53=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701135 is #8FEECA. Grayscale: #313131. Windows color (decimal): -9432779 or 3477872. OLE color: 3477872.

HSL color Cylindrical-coordinate representation of color #701135: hue angle of 337.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701135 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 53 -
CMYK 0 0.85 0.53 0.56
HSL 337.26º 0.74% 0.25% -
HSV(B) 337.26º 0.85% 0.44% -
XYZ 7.53 4.1 3.76 -
YUV 49.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 112 17 53 0 0.85 0.53 0.56 337.26 0.74 0.25
Hex 70 11 35 0 55 35 38 151 4A 19
Octal 160 21 65 0 125 65 70 521 112 31
Binary 1110000 10001 110101 0 1010101 110101 111000 101010001 1001010 11001

Color Harmonies of #701135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701135

Black with #701135

Text Example


Text Example

White with #701135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701135; }

 p { color: rgb(112,17,53); }

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

background-color css

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

 a { background-color: rgb(112,17,53); }

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

border-color css

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

 span { border-color: rgb(112,17,53); }

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