Html Css Color HEX #70102F Claret

📋 copy color: '#70102F'

red 112 ◦ green 16 ◦ blue 47

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

Shades of Claret #70102F

Tints of Claret #70102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 64%
G = 9.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70102F (or 0x70102F) is known color: Claret. HEX triplet: 70, 10 and 2F. RGB value is (112,16,47). Sum of RGB (Red+Green+Blue) = 112+16+47=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102F is #8FEFD0. Grayscale: #303030. Windows color (decimal): -9433041 or 3084400. OLE color: 3084400.

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

Color convert

RGB 112 16 47 -
CMYK 0 0.86 0.58 0.56
HSL 340.63º 0.75% 0.25% -
HSV(B) 340.63º 0.86% 0.44% -
XYZ 7.38 4.02 3.08 -
YUV 48.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 112 16 47 0 0.86 0.58 0.56 340.63 0.75 0.25
Hex 70 10 2F 0 56 3A 38 155 4B 19
Octal 160 20 57 0 126 72 70 525 113 31
Binary 1110000 10000 101111 0 1010110 111010 111000 101010101 1001011 11001

Color Harmonies of #70102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70102F

Black with #70102F

Text Example


Text Example

White with #70102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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