Html Css Color HEX #701435 Claret

📋 copy color: '#701435'

red 112 ◦ green 20 ◦ blue 53

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

Shades of Claret #701435

Tints of Claret #701435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 60.54%
G = 10.81%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#701435 (or 0x701435) is known color: Claret. HEX triplet: 70, 14 and 35. RGB value is (112,20,53). Sum of RGB (Red+Green+Blue) = 112+20+53=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701435 is #8FEBCA. Grayscale: #333333. Windows color (decimal): -9432011 or 3478640. OLE color: 3478640.

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

Color convert

RGB 112 20 53 -
CMYK 0 0.82 0.53 0.56
HSL 338.48º 0.7% 0.26% -
HSV(B) 338.48º 0.82% 0.44% -
XYZ 7.57 4.2 3.78 -
YUV 51.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 112 20 53 0 0.82 0.53 0.56 338.48 0.7 0.26
Hex 70 14 35 0 52 35 38 152 46 1A
Octal 160 24 65 0 122 65 70 522 106 32
Binary 1110000 10100 110101 0 1010010 110101 111000 101010010 1000110 11010

Color Harmonies of #701435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701435

Black with #701435

Text Example


Text Example

White with #701435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701435; }

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

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

background-color css

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

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

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

border-color css

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

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

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