Html Css Color HEX #781030 Claret

📋 copy color: '#781030'

red 120 ◦ green 16 ◦ blue 48

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

Shades of Claret #781030

Tints of Claret #781030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 65.22%
G = 8.7%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781030 (or 0x781030) is known color: Claret. HEX triplet: 78, 10 and 30. RGB value is (120,16,48). Sum of RGB (Red+Green+Blue) = 120+16+48=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #781030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781030 is #87EFCF. Grayscale: #323232. Windows color (decimal): -8908752 or 3149944. OLE color: 3149944.

HSL color Cylindrical-coordinate representation of color #781030: hue angle of 341.54º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781030 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 48 -
CMYK 0 0.87 0.60 0.53
HSL 341.54º 0.76% 0.27% -
HSV(B) 341.54º 0.87% 0.47% -
XYZ 8.46 4.58 3.23 -
YUV 50.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 120 16 48 0 0.87 0.60 0.53 341.54 0.76 0.27
Hex 78 10 30 0 57 3C 35 156 4C 1B
Octal 170 20 60 0 127 74 65 526 114 33
Binary 1111000 10000 110000 0 1010111 111100 110101 101010110 1001100 11011

Color Harmonies of #781030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781030

Black with #781030

Text Example


Text Example

White with #781030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781030; }

 p { color: rgb(120,16,48); }

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

background-color css

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

 a { background-color: rgb(120,16,48); }

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

border-color css

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

 span { border-color: rgb(120,16,48); }

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