Html Css Color HEX #781536 Claret

📋 copy color: '#781536'

red 120 ◦ green 21 ◦ blue 54

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

Shades of Claret #781536

Tints of Claret #781536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 61.54%
G = 10.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#781536 (or 0x781536) is known color: Claret. HEX triplet: 78, 15 and 36. RGB value is (120,21,54). Sum of RGB (Red+Green+Blue) = 120+21+54=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781536 is #87EAC9. Grayscale: #363636. Windows color (decimal): -8907466 or 3544440. OLE color: 3544440.

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

Color convert

RGB 120 21 54 -
CMYK 0 0.83 0.55 0.53
HSL 340º 0.7% 0.28% -
HSV(B) 340º 0.83% 0.47% -
XYZ 8.68 4.8 3.96 -
YUV 54.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 120 21 54 0 0.83 0.55 0.53 340 0.7 0.28
Hex 78 15 36 0 53 37 35 154 46 1C
Octal 170 25 66 0 123 67 65 524 106 34
Binary 1111000 10101 110110 0 1010011 110111 110101 101010100 1000110 11100

Color Harmonies of #781536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781536

Black with #781536

Text Example


Text Example

White with #781536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781536; }

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

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

background-color css

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

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

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

border-color css

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

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

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