Html Css Color HEX #700C2F Claret

📋 copy color: '#700C2F'

red 112 ◦ green 12 ◦ blue 47

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

Shades of Claret #700C2F

Tints of Claret #700C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 65.5%
G = 7.02%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#700C2F (or 0x700C2F) is known color: Claret. HEX triplet: 70, 0C and 2F. RGB value is (112,12,47). Sum of RGB (Red+Green+Blue) = 112+12+47=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C2F is #8FF3D0. Grayscale: #2D2D2D. Windows color (decimal): -9434065 or 3083376. OLE color: 3083376.

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

Color convert

RGB 112 12 47 -
CMYK 0 0.89 0.58 0.56
HSL 339º 0.81% 0.24% -
HSV(B) 339º 0.89% 0.44% -
XYZ 7.33 3.91 3.06 -
YUV 45.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 112 12 47 0 0.89 0.58 0.56 339 0.81 0.24
Hex 70 C 2F 0 59 3A 38 153 51 18
Octal 160 14 57 0 131 72 70 523 121 30
Binary 1110000 1100 101111 0 1011001 111010 111000 101010011 1010001 11000

Color Harmonies of #700C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C2F

Black with #700C2F

Text Example


Text Example

White with #700C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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