Html Css Color HEX #78152F Claret

📋 copy color: '#78152F'

red 120 ◦ green 21 ◦ blue 47

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

Shades of Claret #78152F

Tints of Claret #78152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 63.83%
G = 11.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78152F (or 0x78152F) is known color: Claret. HEX triplet: 78, 15 and 2F. RGB value is (120,21,47). Sum of RGB (Red+Green+Blue) = 120+21+47=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78152F is #87EAD0. Grayscale: #353535. Windows color (decimal): -8907473 or 3085688. OLE color: 3085688.

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

Color convert

RGB 120 21 47 -
CMYK 0 0.83 0.61 0.53
HSL 344.24º 0.7% 0.28% -
HSV(B) 344.24º 0.83% 0.47% -
XYZ 8.53 4.73 3.15 -
YUV 53.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 120 21 47 0 0.83 0.61 0.53 344.24 0.7 0.28
Hex 78 15 2F 0 53 3D 35 158 46 1C
Octal 170 25 57 0 123 75 65 530 106 34
Binary 1111000 10101 101111 0 1010011 111101 110101 101011000 1000110 11100

Color Harmonies of #78152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78152F

Black with #78152F

Text Example


Text Example

White with #78152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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