Html Css Color HEX #701838 Claret

📋 copy color: '#701838'

red 112 ◦ green 24 ◦ blue 56

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

Shades of Claret #701838

Tints of Claret #701838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 58.33%
G = 12.5%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#701838 (or 0x701838) is known color: Claret. HEX triplet: 70, 18 and 38. RGB value is (112,24,56). Sum of RGB (Red+Green+Blue) = 112+24+56=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701838 is #8FE7C7. Grayscale: #353535. Windows color (decimal): -9430984 or 3676272. OLE color: 3676272.

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

Color convert

RGB 112 24 56 -
CMYK 0 0.79 0.50 0.56
HSL 338.18º 0.65% 0.27% -
HSV(B) 338.18º 0.79% 0.44% -
XYZ 7.72 4.38 4.18 -
YUV 53.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 112 24 56 0 0.79 0.50 0.56 338.18 0.65 0.27
Hex 70 18 38 0 4F 32 38 152 41 1B
Octal 160 30 70 0 117 62 70 522 101 33
Binary 1110000 11000 111000 0 1001111 110010 111000 101010010 1000001 11011

Color Harmonies of #701838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701838

Black with #701838

Text Example


Text Example

White with #701838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701838; }

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

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

background-color css

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

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

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

border-color css

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

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

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