Html Css Color HEX #701236 Claret

📋 copy color: '#701236'

red 112 ◦ green 18 ◦ blue 54

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

Shades of Claret #701236

Tints of Claret #701236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 60.87%
G = 9.78%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#701236 (or 0x701236) is known color: Claret. HEX triplet: 70, 12 and 36. RGB value is (112,18,54). Sum of RGB (Red+Green+Blue) = 112+18+54=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701236 is #8FEDC9. Grayscale: #323232. Windows color (decimal): -9432522 or 3543664. OLE color: 3543664.

HSL color Cylindrical-coordinate representation of color #701236: hue angle of 337.02º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701236 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 54 -
CMYK 0 0.84 0.52 0.56
HSL 337.02º 0.72% 0.25% -
HSV(B) 337.02º 0.84% 0.44% -
XYZ 7.56 4.14 3.89 -
YUV 50.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 112 18 54 0 0.84 0.52 0.56 337.02 0.72 0.25
Hex 70 12 36 0 54 34 38 151 48 19
Octal 160 22 66 0 124 64 70 521 110 31
Binary 1110000 10010 110110 0 1010100 110100 111000 101010001 1001000 11001

Color Harmonies of #701236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701236

Black with #701236

Text Example


Text Example

White with #701236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701236; }

 p { color: rgb(112,18,54); }

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

background-color css

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

 a { background-color: rgb(112,18,54); }

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

border-color css

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

 span { border-color: rgb(112,18,54); }

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