Html Css Color HEX #780D33 Claret

📋 copy color: '#780D33'

red 120 ◦ green 13 ◦ blue 51

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

Shades of Claret #780D33

Tints of Claret #780D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.07%

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

R = 65.22%
G = 7.07%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780D33 (or 0x780D33) is known color: Claret. HEX triplet: 78, 0D and 33. RGB value is (120,13,51). Sum of RGB (Red+Green+Blue) = 120+13+51=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #780D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D33 is #87F2CC. Grayscale: #313131. Windows color (decimal): -8909517 or 3345784. OLE color: 3345784.

HSL color Cylindrical-coordinate representation of color #780D33: hue angle of 338.69º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D33 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 51 -
CMYK 0 0.89 0.58 0.53
HSL 338.69º 0.8% 0.26% -
HSV(B) 338.69º 0.89% 0.47% -
XYZ 8.49 4.52 3.56 -
YUV 49.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 120 13 51 0 0.89 0.58 0.53 338.69 0.8 0.26
Hex 78 D 33 0 59 3A 35 153 50 1A
Octal 170 15 63 0 131 72 65 523 120 32
Binary 1111000 1101 110011 0 1011001 111010 110101 101010011 1010000 11010

Color Harmonies of #780D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D33

Black with #780D33

Text Example


Text Example

White with #780D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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