Html Css Color HEX #701D38 Claret

📋 copy color: '#701D38'

red 112 ◦ green 29 ◦ blue 56

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

Shades of Claret #701D38

Tints of Claret #701D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 56.85%
G = 14.72%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#701D38 (or 0x701D38) is known color: Claret. HEX triplet: 70, 1D and 38. RGB value is (112,29,56). Sum of RGB (Red+Green+Blue) = 112+29+56=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D38 is #8FE2C7. Grayscale: #383838. Windows color (decimal): -9429704 or 3677552. OLE color: 3677552.

HSL color Cylindrical-coordinate representation of color #701D38: hue angle of 340.48º 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 #701D38 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 56 -
CMYK 0 0.74 0.50 0.56
HSL 340.48º 0.59% 0.28% -
HSV(B) 340.48º 0.74% 0.44% -
XYZ 7.84 4.61 4.22 -
YUV 56.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 112 29 56 0 0.74 0.50 0.56 340.48 0.59 0.28
Hex 70 1D 38 0 4A 32 38 154 3B 1C
Octal 160 35 70 0 112 62 70 524 73 34
Binary 1110000 11101 111000 0 1001010 110010 111000 101010100 111011 11100

Color Harmonies of #701D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D38

Black with #701D38

Text Example


Text Example

White with #701D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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