Html Css Color HEX #70172D Claret

📋 copy color: '#70172D'

red 112 ◦ green 23 ◦ blue 45

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

Shades of Claret #70172D

Tints of Claret #70172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 45 (17.97% from 255) = 25%

R = 62.22%
G = 12.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#70172D (or 0x70172D) is known color: Claret. HEX triplet: 70, 17 and 2D. RGB value is (112,23,45). Sum of RGB (Red+Green+Blue) = 112+23+45=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70172D is #8FE8D2. Grayscale: #343434. Windows color (decimal): -9431251 or 2955120. OLE color: 2955120.

HSL color Cylindrical-coordinate representation of color #70172D: hue angle of 345.17º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70172D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 45 -
CMYK 0 0.79 0.60 0.56
HSL 345.17º 0.66% 0.26% -
HSV(B) 345.17º 0.79% 0.44% -
XYZ 7.46 4.25 2.91 -
YUV 52.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 112 23 45 0 0.79 0.60 0.56 345.17 0.66 0.26
Hex 70 17 2D 0 4F 3C 38 159 42 1A
Octal 160 27 55 0 117 74 70 531 102 32
Binary 1110000 10111 101101 0 1001111 111100 111000 101011001 1000010 11010

Color Harmonies of #70172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70172D

Black with #70172D

Text Example


Text Example

White with #70172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70172D; }

 p { color: rgb(112,23,45); }

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

background-color css

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

 a { background-color: rgb(112,23,45); }

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

border-color css

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

 span { border-color: rgb(112,23,45); }

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