Html Css Color HEX #78192F Claret

📋 copy color: '#78192F'

red 120 ◦ green 25 ◦ blue 47

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

Shades of Claret #78192F

Tints of Claret #78192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 62.5%
G = 13.02%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78192F (or 0x78192F) is known color: Claret. HEX triplet: 78, 19 and 2F. RGB value is (120,25,47). Sum of RGB (Red+Green+Blue) = 120+25+47=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #78192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192F is #87E6D0. Grayscale: #373737. Windows color (decimal): -8906449 or 3086712. OLE color: 3086712.

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

Color convert

RGB 120 25 47 -
CMYK 0 0.79 0.61 0.53
HSL 346.11º 0.66% 0.28% -
HSV(B) 346.11º 0.79% 0.47% -
XYZ 8.61 4.89 3.18 -
YUV 55.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 120 25 47 0 0.79 0.61 0.53 346.11 0.66 0.28
Hex 78 19 2F 0 4F 3D 35 15A 42 1C
Octal 170 31 57 0 117 75 65 532 102 34
Binary 1111000 11001 101111 0 1001111 111101 110101 101011010 1000010 11100

Color Harmonies of #78192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78192F

Black with #78192F

Text Example


Text Example

White with #78192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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