Html Css Color HEX #78172F Claret

📋 copy color: '#78172F'

red 120 ◦ green 23 ◦ blue 47

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

Shades of Claret #78172F

Tints of Claret #78172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

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

R = 63.16%
G = 12.11%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78172F (or 0x78172F) is known color: Claret. HEX triplet: 78, 17 and 2F. RGB value is (120,23,47). Sum of RGB (Red+Green+Blue) = 120+23+47=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78172F is #87E8D0. Grayscale: #363636. Windows color (decimal): -8906961 or 3086200. OLE color: 3086200.

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

Color convert

RGB 120 23 47 -
CMYK 0 0.81 0.61 0.53
HSL 345.15º 0.68% 0.28% -
HSV(B) 345.15º 0.81% 0.47% -
XYZ 8.57 4.81 3.17 -
YUV 54.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 120 23 47 0 0.81 0.61 0.53 345.15 0.68 0.28
Hex 78 17 2F 0 51 3D 35 159 44 1C
Octal 170 27 57 0 121 75 65 531 104 34
Binary 1111000 10111 101111 0 1010001 111101 110101 101011001 1000100 11100

Color Harmonies of #78172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78172F

Black with #78172F

Text Example


Text Example

White with #78172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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