Html Css Color HEX #78152D Claret

📋 copy color: '#78152D'

red 120 ◦ green 21 ◦ blue 45

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

Shades of Claret #78152D

Tints of Claret #78152D

RGB

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

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

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

R = 64.52%
G = 11.29%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78152D (or 0x78152D) is known color: Claret. HEX triplet: 78, 15 and 2D. RGB value is (120,21,45). Sum of RGB (Red+Green+Blue) = 120+21+45=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78152D is #87EAD2. Grayscale: #353535. Windows color (decimal): -8907475 or 2954616. OLE color: 2954616.

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

Color convert

RGB 120 21 45 -
CMYK 0 0.83 0.63 0.53
HSL 345.45º 0.7% 0.28% -
HSV(B) 345.45º 0.83% 0.47% -
XYZ 8.49 4.72 2.95 -
YUV 53.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 120 21 45 0 0.83 0.63 0.53 345.45 0.7 0.28
Hex 78 15 2D 0 53 3F 35 159 46 1C
Octal 170 25 55 0 123 77 65 531 106 34
Binary 1111000 10101 101101 0 1010011 111111 110101 101011001 1000110 11100

Color Harmonies of #78152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78152D

Black with #78152D

Text Example


Text Example

White with #78152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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