Html Css Color HEX #78182F Claret

📋 copy color: '#78182F'

red 120 ◦ green 24 ◦ blue 47

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

Shades of Claret #78182F

Tints of Claret #78182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 62.83%
G = 12.57%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78182F (or 0x78182F) is known color: Claret. HEX triplet: 78, 18 and 2F. RGB value is (120,24,47). Sum of RGB (Red+Green+Blue) = 120+24+47=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #78182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78182F is #87E7D0. Grayscale: #373737. Windows color (decimal): -8906705 or 3086456. OLE color: 3086456.

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

Color convert

RGB 120 24 47 -
CMYK 0 0.8 0.61 0.53
HSL 345.63º 0.67% 0.28% -
HSV(B) 345.63º 0.8% 0.47% -
XYZ 8.59 4.85 3.17 -
YUV 55.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 120 24 47 0 0.8 0.61 0.53 345.63 0.67 0.28
Hex 78 18 2F 0 50 3D 35 15A 43 1C
Octal 170 30 57 0 120 75 65 532 103 34
Binary 1111000 11000 101111 0 1010000 111101 110101 101011010 1000011 11100

Color Harmonies of #78182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78182F

Black with #78182F

Text Example


Text Example

White with #78182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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