Html Css Color HEX #781A39 Claret

📋 copy color: '#781A39'

red 120 ◦ green 26 ◦ blue 57

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

Shades of Claret #781A39

Tints of Claret #781A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 59.11%
G = 12.81%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#781A39 (or 0x781A39) is known color: Claret. HEX triplet: 78, 1A and 39. RGB value is (120,26,57). Sum of RGB (Red+Green+Blue) = 120+26+57=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #781A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A39 is #87E5C6. Grayscale: #393939. Windows color (decimal): -8906183 or 3742328. OLE color: 3742328.

HSL color Cylindrical-coordinate representation of color #781A39: hue angle of 340.21º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A39 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 57 -
CMYK 0 0.78 0.52 0.53
HSL 340.21º 0.64% 0.29% -
HSV(B) 340.21º 0.78% 0.47% -
XYZ 8.85 5.03 4.37 -
YUV 57.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 120 26 57 0 0.78 0.52 0.53 340.21 0.64 0.29
Hex 78 1A 39 0 4E 34 35 154 40 1D
Octal 170 32 71 0 116 64 65 524 100 35
Binary 1111000 11010 111001 0 1001110 110100 110101 101010100 1000000 11101

Color Harmonies of #781A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A39

Black with #781A39

Text Example


Text Example

White with #781A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A39; }

 p { color: rgb(120,26,57); }

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

background-color css

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

 a { background-color: rgb(120,26,57); }

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

border-color css

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

 span { border-color: rgb(120,26,57); }

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