Html Css Color HEX #781236 Claret

📋 copy color: '#781236'

red 120 ◦ green 18 ◦ blue 54

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

Shades of Claret #781236

Tints of Claret #781236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 62.5%
G = 9.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#781236 (or 0x781236) is known color: Claret. HEX triplet: 78, 12 and 36. RGB value is (120,18,54). Sum of RGB (Red+Green+Blue) = 120+18+54=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781236 is #87EDC9. Grayscale: #343434. Windows color (decimal): -8908234 or 3543672. OLE color: 3543672.

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

Color convert

RGB 120 18 54 -
CMYK 0 0.85 0.55 0.53
HSL 338.82º 0.74% 0.27% -
HSV(B) 338.82º 0.85% 0.47% -
XYZ 8.63 4.69 3.94 -
YUV 52.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 120 18 54 0 0.85 0.55 0.53 338.82 0.74 0.27
Hex 78 12 36 0 55 37 35 153 4A 1B
Octal 170 22 66 0 125 67 65 523 112 33
Binary 1111000 10010 110110 0 1010101 110111 110101 101010011 1001010 11011

Color Harmonies of #781236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781236

Black with #781236

Text Example


Text Example

White with #781236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781236; }

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

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

background-color css

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

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

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

border-color css

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

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

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