Html Css Color HEX #78112D Claret

📋 copy color: '#78112D'

red 120 ◦ green 17 ◦ blue 45

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

Shades of Claret #78112D

Tints of Claret #78112D

RGB

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

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

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

R = 65.93%
G = 9.34%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78112D (or 0x78112D) is known color: Claret. HEX triplet: 78, 11 and 2D. RGB value is (120,17,45). Sum of RGB (Red+Green+Blue) = 120+17+45=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78112D is #87EED2. Grayscale: #323232. Windows color (decimal): -8908499 or 2953592. OLE color: 2953592.

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

Color convert

RGB 120 17 45 -
CMYK 0 0.86 0.63 0.53
HSL 343.69º 0.75% 0.27% -
HSV(B) 343.69º 0.86% 0.47% -
XYZ 8.42 4.58 2.92 -
YUV 50.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 120 17 45 0 0.86 0.63 0.53 343.69 0.75 0.27
Hex 78 11 2D 0 56 3F 35 158 4B 1B
Octal 170 21 55 0 126 77 65 530 113 33
Binary 1111000 10001 101101 0 1010110 111111 110101 101011000 1001011 11011

Color Harmonies of #78112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78112D

Black with #78112D

Text Example


Text Example

White with #78112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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