Html Css Color HEX #781534 Claret

📋 copy color: '#781534'

red 120 ◦ green 21 ◦ blue 52

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

Shades of Claret #781534

Tints of Claret #781534

RGB

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

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

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

R = 62.18%
G = 10.88%
B = 26.94%

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

#781534 (or 0x781534) is known color: Claret. HEX triplet: 78, 15 and 34. RGB value is (120,21,52). Sum of RGB (Red+Green+Blue) = 120+21+52=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #781534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781534 is #87EACB. Grayscale: #363636. Windows color (decimal): -8907468 or 3413368. OLE color: 3413368.

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

Color convert

RGB 120 21 52 -
CMYK 0 0.83 0.57 0.53
HSL 341.21º 0.7% 0.28% -
HSV(B) 341.21º 0.83% 0.47% -
XYZ 8.63 4.78 3.72 -
YUV 54.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 120 21 52 0 0.83 0.57 0.53 341.21 0.7 0.28
Hex 78 15 34 0 53 39 35 155 46 1C
Octal 170 25 64 0 123 71 65 525 106 34
Binary 1111000 10101 110100 0 1010011 111001 110101 101010101 1000110 11100

Color Harmonies of #781534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781534

Black with #781534

Text Example


Text Example

White with #781534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781534; }

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

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

background-color css

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

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

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

border-color css

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

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

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