Html Css Color HEX #781434 Claret

📋 copy color: '#781434'

red 120 ◦ green 20 ◦ blue 52

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

Shades of Claret #781434

Tints of Claret #781434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 62.5%
G = 10.42%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#781434 (or 0x781434) is known color: Claret. HEX triplet: 78, 14 and 34. RGB value is (120,20,52). Sum of RGB (Red+Green+Blue) = 120+20+52=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781434 is #87EBCB. Grayscale: #353535. Windows color (decimal): -8907724 or 3413112. OLE color: 3413112.

HSL color Cylindrical-coordinate representation of color #781434: hue angle of 340.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781434 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 52 -
CMYK 0 0.83 0.57 0.53
HSL 340.8º 0.71% 0.27% -
HSV(B) 340.8º 0.83% 0.47% -
XYZ 8.62 4.74 3.71 -
YUV 53.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 120 20 52 0 0.83 0.57 0.53 340.8 0.71 0.27
Hex 78 14 34 0 53 39 35 155 47 1B
Octal 170 24 64 0 123 71 65 525 107 33
Binary 1111000 10100 110100 0 1010011 111001 110101 101010101 1000111 11011

Color Harmonies of #781434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781434

Black with #781434

Text Example


Text Example

White with #781434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781434; }

 p { color: rgb(120,20,52); }

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

background-color css

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

 a { background-color: rgb(120,20,52); }

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

border-color css

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

 span { border-color: rgb(120,20,52); }

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