Html Css Color HEX #781631 Claret

📋 copy color: '#781631'

red 120 ◦ green 22 ◦ blue 49

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

Shades of Claret #781631

Tints of Claret #781631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 62.83%
G = 11.52%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#781631 (or 0x781631) is known color: Claret. HEX triplet: 78, 16 and 31. RGB value is (120,22,49). Sum of RGB (Red+Green+Blue) = 120+22+49=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781631 is #87E9CE. Grayscale: #363636. Windows color (decimal): -8907215 or 3217016. OLE color: 3217016.

HSL color Cylindrical-coordinate representation of color #781631: hue angle of 343.47º degrees, saturation: 0.69, 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 #781631 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 49 -
CMYK 0 0.82 0.59 0.53
HSL 343.47º 0.69% 0.28% -
HSV(B) 343.47º 0.82% 0.47% -
XYZ 8.59 4.79 3.38 -
YUV 54.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 120 22 49 0 0.82 0.59 0.53 343.47 0.69 0.28
Hex 78 16 31 0 52 3B 35 157 45 1C
Octal 170 26 61 0 122 73 65 527 105 34
Binary 1111000 10110 110001 0 1010010 111011 110101 101010111 1000101 11100

Color Harmonies of #781631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781631

Black with #781631

Text Example


Text Example

White with #781631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781631; }

 p { color: rgb(120,22,49); }

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

background-color css

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

 a { background-color: rgb(120,22,49); }

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

border-color css

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

 span { border-color: rgb(120,22,49); }

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