Html Css Color HEX #78112E Claret

📋 copy color: '#78112E'

red 120 ◦ green 17 ◦ blue 46

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

Shades of Claret #78112E

Tints of Claret #78112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 65.57%
G = 9.29%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78112E (or 0x78112E) is known color: Claret. HEX triplet: 78, 11 and 2E. RGB value is (120,17,46). Sum of RGB (Red+Green+Blue) = 120+17+46=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78112E is #87EED1. Grayscale: #333333. Windows color (decimal): -8908498 or 3019128. OLE color: 3019128.

HSL color Cylindrical-coordinate representation of color #78112E: hue angle of 343.11º 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 #78112E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 46 -
CMYK 0 0.86 0.62 0.53
HSL 343.11º 0.75% 0.27% -
HSV(B) 343.11º 0.86% 0.47% -
XYZ 8.44 4.59 3.03 -
YUV 51.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 120 17 46 0 0.86 0.62 0.53 343.11 0.75 0.27
Hex 78 11 2E 0 56 3E 35 157 4B 1B
Octal 170 21 56 0 126 76 65 527 113 33
Binary 1111000 10001 101110 0 1010110 111110 110101 101010111 1001011 11011

Color Harmonies of #78112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78112E

Black with #78112E

Text Example


Text Example

White with #78112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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