Html Css Color HEX #70152F Claret

📋 copy color: '#70152F'

red 112 ◦ green 21 ◦ blue 47

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

Shades of Claret #70152F

Tints of Claret #70152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 62.22%
G = 11.67%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70152F (or 0x70152F) is known color: Claret. HEX triplet: 70, 15 and 2F. RGB value is (112,21,47). Sum of RGB (Red+Green+Blue) = 112+21+47=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70152F is #8FEAD0. Grayscale: #333333. Windows color (decimal): -9431761 or 3085680. OLE color: 3085680.

HSL color Cylindrical-coordinate representation of color #70152F: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70152F is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 47 -
CMYK 0 0.81 0.58 0.56
HSL 342.86º 0.68% 0.26% -
HSV(B) 342.86º 0.81% 0.44% -
XYZ 7.46 4.19 3.1 -
YUV 51.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 112 21 47 0 0.81 0.58 0.56 342.86 0.68 0.26
Hex 70 15 2F 0 51 3A 38 157 44 1A
Octal 160 25 57 0 121 72 70 527 104 32
Binary 1110000 10101 101111 0 1010001 111010 111000 101010111 1000100 11010

Color Harmonies of #70152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70152F

Black with #70152F

Text Example


Text Example

White with #70152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70152F; }

 p { color: rgb(112,21,47); }

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

background-color css

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

 a { background-color: rgb(112,21,47); }

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

border-color css

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

 span { border-color: rgb(112,21,47); }

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