Html Css Color HEX #781736 Claret

📋 copy color: '#781736'

red 120 ◦ green 23 ◦ blue 54

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

Shades of Claret #781736

Tints of Claret #781736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

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

R = 60.91%
G = 11.68%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#781736 (or 0x781736) is known color: Claret. HEX triplet: 78, 17 and 36. RGB value is (120,23,54). Sum of RGB (Red+Green+Blue) = 120+23+54=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #781736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781736 is #87E8C9. Grayscale: #373737. Windows color (decimal): -8906954 or 3544952. OLE color: 3544952.

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

Color convert

RGB 120 23 54 -
CMYK 0 0.81 0.55 0.53
HSL 340.82º 0.68% 0.28% -
HSV(B) 340.82º 0.81% 0.47% -
XYZ 8.72 4.87 3.97 -
YUV 55.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 120 23 54 0 0.81 0.55 0.53 340.82 0.68 0.28
Hex 78 17 36 0 51 37 35 155 44 1C
Octal 170 27 66 0 121 67 65 525 104 34
Binary 1111000 10111 110110 0 1010001 110111 110101 101010101 1000100 11100

Color Harmonies of #781736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781736

Black with #781736

Text Example


Text Example

White with #781736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781736; }

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

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

background-color css

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

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

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

border-color css

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

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

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