Html Css Color HEX #701234 Claret

📋 copy color: '#701234'

red 112 ◦ green 18 ◦ blue 52

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

Shades of Claret #701234

Tints of Claret #701234

RGB

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

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

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

R = 61.54%
G = 9.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#701234 (or 0x701234) is known color: Claret. HEX triplet: 70, 12 and 34. RGB value is (112,18,52). Sum of RGB (Red+Green+Blue) = 112+18+52=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701234 is #8FEDCB. Grayscale: #313131. Windows color (decimal): -9432524 or 3412592. OLE color: 3412592.

HSL color Cylindrical-coordinate representation of color #701234: hue angle of 338.3º 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 #701234 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 52 -
CMYK 0 0.84 0.54 0.56
HSL 338.3º 0.72% 0.25% -
HSV(B) 338.3º 0.84% 0.44% -
XYZ 7.52 4.13 3.65 -
YUV 49.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 112 18 52 0 0.84 0.54 0.56 338.3 0.72 0.25
Hex 70 12 34 0 54 36 38 152 48 19
Octal 160 22 64 0 124 66 70 522 110 31
Binary 1110000 10010 110100 0 1010100 110110 111000 101010010 1001000 11001

Color Harmonies of #701234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701234

Black with #701234

Text Example


Text Example

White with #701234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701234; }

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

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

background-color css

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

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

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

border-color css

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

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

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