Html Css Color HEX #701735 Claret

📋 copy color: '#701735'

red 112 ◦ green 23 ◦ blue 53

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

Shades of Claret #701735

Tints of Claret #701735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 59.57%
G = 12.23%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#701735 (or 0x701735) is known color: Claret. HEX triplet: 70, 17 and 35. RGB value is (112,23,53). Sum of RGB (Red+Green+Blue) = 112+23+53=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #701735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701735 is #8FE8CA. Grayscale: #353535. Windows color (decimal): -9431243 or 3479408. OLE color: 3479408.

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

Color convert

RGB 112 23 53 -
CMYK 0 0.79 0.53 0.56
HSL 339.78º 0.66% 0.26% -
HSV(B) 339.78º 0.79% 0.44% -
XYZ 7.63 4.31 3.8 -
YUV 53.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 112 23 53 0 0.79 0.53 0.56 339.78 0.66 0.26
Hex 70 17 35 0 4F 35 38 154 42 1A
Octal 160 27 65 0 117 65 70 524 102 32
Binary 1110000 10111 110101 0 1001111 110101 111000 101010100 1000010 11010

Color Harmonies of #701735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701735

Black with #701735

Text Example


Text Example

White with #701735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701735; }

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

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

background-color css

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

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

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

border-color css

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

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

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