Html Css Color HEX #701D34 Claret

📋 copy color: '#701D34'

red 112 ◦ green 29 ◦ blue 52

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

Shades of Claret #701D34

Tints of Claret #701D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 58.03%
G = 15.03%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701D34 (or 0x701D34) is known color: Claret. HEX triplet: 70, 1D and 34. RGB value is (112,29,52). Sum of RGB (Red+Green+Blue) = 112+29+52=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #701D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D34 is #8FE2CB. Grayscale: #383838. Windows color (decimal): -9429708 or 3415408. OLE color: 3415408.

HSL color Cylindrical-coordinate representation of color #701D34: hue angle of 343.37º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D34 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 52 -
CMYK 0 0.74 0.54 0.56
HSL 343.37º 0.59% 0.28% -
HSV(B) 343.37º 0.74% 0.44% -
XYZ 7.74 4.57 3.72 -
YUV 56.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 112 29 52 0 0.74 0.54 0.56 343.37 0.59 0.28
Hex 70 1D 34 0 4A 36 38 157 3B 1C
Octal 160 35 64 0 112 66 70 527 73 34
Binary 1110000 11101 110100 0 1001010 110110 111000 101010111 111011 11100

Color Harmonies of #701D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D34

Black with #701D34

Text Example


Text Example

White with #701D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701D34; }

 p { color: rgb(112,29,52); }

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

background-color css

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

 a { background-color: rgb(112,29,52); }

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

border-color css

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

 span { border-color: rgb(112,29,52); }

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