Html Css Color HEX #70182D Claret

📋 copy color: '#70182D'

red 112 ◦ green 24 ◦ blue 45

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

Shades of Claret #70182D

Tints of Claret #70182D

RGB

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

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

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

R = 61.88%
G = 13.26%
B = 24.86%

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

#70182D (or 0x70182D) is known color: Claret. HEX triplet: 70, 18 and 2D. RGB value is (112,24,45). Sum of RGB (Red+Green+Blue) = 112+24+45=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70182D is #8FE7D2. Grayscale: #343434. Windows color (decimal): -9430995 or 2955376. OLE color: 2955376.

HSL color Cylindrical-coordinate representation of color #70182D: hue angle of 345.68º 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 #70182D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 45 -
CMYK 0 0.79 0.60 0.56
HSL 345.68º 0.65% 0.27% -
HSV(B) 345.68º 0.79% 0.44% -
XYZ 7.48 4.29 2.92 -
YUV 52.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 112 24 45 0 0.79 0.60 0.56 345.68 0.65 0.27
Hex 70 18 2D 0 4F 3C 38 15A 41 1B
Octal 160 30 55 0 117 74 70 532 101 33
Binary 1110000 11000 101101 0 1001111 111100 111000 101011010 1000001 11011

Color Harmonies of #70182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70182D

Black with #70182D

Text Example


Text Example

White with #70182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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