Html Css Color HEX #781533 Claret

📋 copy color: '#781533'

red 120 ◦ green 21 ◦ blue 51

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

Shades of Claret #781533

Tints of Claret #781533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 62.5%
G = 10.94%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#781533 (or 0x781533) is known color: Claret. HEX triplet: 78, 15 and 33. RGB value is (120,21,51). Sum of RGB (Red+Green+Blue) = 120+21+51=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781533 is #87EACC. Grayscale: #363636. Windows color (decimal): -8907469 or 3347832. OLE color: 3347832.

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

Color convert

RGB 120 21 51 -
CMYK 0 0.83 0.58 0.53
HSL 341.82º 0.7% 0.28% -
HSV(B) 341.82º 0.83% 0.47% -
XYZ 8.61 4.77 3.6 -
YUV 54.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 120 21 51 0 0.83 0.58 0.53 341.82 0.7 0.28
Hex 78 15 33 0 53 3A 35 156 46 1C
Octal 170 25 63 0 123 72 65 526 106 34
Binary 1111000 10101 110011 0 1010011 111010 110101 101010110 1000110 11100

Color Harmonies of #781533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781533

Black with #781533

Text Example


Text Example

White with #781533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781533; }

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

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

background-color css

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

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

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

border-color css

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

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

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