Html Css Color HEX #780F33 Claret

📋 copy color: '#780F33'

red 120 ◦ green 15 ◦ blue 51

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

Shades of Claret #780F33

Tints of Claret #780F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

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

R = 64.52%
G = 8.06%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780F33 (or 0x780F33) is known color: Claret. HEX triplet: 78, 0F and 33. RGB value is (120,15,51). Sum of RGB (Red+Green+Blue) = 120+15+51=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #780F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F33 is #87F0CC. Grayscale: #323232. Windows color (decimal): -8909005 or 3346296. OLE color: 3346296.

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

Color convert

RGB 120 15 51 -
CMYK 0 0.87 0.58 0.53
HSL 339.43º 0.78% 0.26% -
HSV(B) 339.43º 0.88% 0.47% -
XYZ 8.51 4.57 3.57 -
YUV 50.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 120 15 51 0 0.87 0.58 0.53 339.43 0.78 0.26
Hex 78 F 33 0 57 3A 35 153 4E 1A
Octal 170 17 63 0 127 72 65 523 116 32
Binary 1111000 1111 110011 0 1010111 111010 110101 101010011 1001110 11010

Color Harmonies of #780F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F33

Black with #780F33

Text Example


Text Example

White with #780F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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