Html Css Color HEX #78112F Claret

📋 copy color: '#78112F'

red 120 ◦ green 17 ◦ blue 47

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

Shades of Claret #78112F

Tints of Claret #78112F

RGB

 RED value IS 120 (47.27% from 255) = 65.22%

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 65.22%
G = 9.24%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78112F (or 0x78112F) is known color: Claret. HEX triplet: 78, 11 and 2F. RGB value is (120,17,47). Sum of RGB (Red+Green+Blue) = 120+17+47=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78112F is #87EED0. Grayscale: #333333. Windows color (decimal): -8908497 or 3084664. OLE color: 3084664.

HSL color Cylindrical-coordinate representation of color #78112F: hue angle of 342.52º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78112F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 47 -
CMYK 0 0.86 0.61 0.53
HSL 342.52º 0.75% 0.27% -
HSV(B) 342.52º 0.86% 0.47% -
XYZ 8.46 4.6 3.13 -
YUV 51.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 120 17 47 0 0.86 0.61 0.53 342.52 0.75 0.27
Hex 78 11 2F 0 56 3D 35 157 4B 1B
Octal 170 21 57 0 126 75 65 527 113 33
Binary 1111000 10001 101111 0 1010110 111101 110101 101010111 1001011 11011

Color Harmonies of #78112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78112F

Black with #78112F

Text Example


Text Example

White with #78112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,17,47); }

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

background-color css

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

 a { background-color: rgb(120,17,47); }

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

border-color css

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

 span { border-color: rgb(120,17,47); }

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