Html Css Color HEX #781130 Claret

📋 copy color: '#781130'

red 120 ◦ green 17 ◦ blue 48

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

Shades of Claret #781130

Tints of Claret #781130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 64.86%
G = 9.19%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781130 (or 0x781130) is known color: Claret. HEX triplet: 78, 11 and 30. RGB value is (120,17,48). Sum of RGB (Red+Green+Blue) = 120+17+48=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #781130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781130 is #87EECF. Grayscale: #333333. Windows color (decimal): -8908496 or 3150200. OLE color: 3150200.

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

Color convert

RGB 120 17 48 -
CMYK 0 0.86 0.60 0.53
HSL 341.94º 0.75% 0.27% -
HSV(B) 341.94º 0.86% 0.47% -
XYZ 8.48 4.61 3.24 -
YUV 51.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 120 17 48 0 0.86 0.60 0.53 341.94 0.75 0.27
Hex 78 11 30 0 56 3C 35 156 4B 1B
Octal 170 21 60 0 126 74 65 526 113 33
Binary 1111000 10001 110000 0 1010110 111100 110101 101010110 1001011 11011

Color Harmonies of #781130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781130

Black with #781130

Text Example


Text Example

White with #781130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781130; }

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

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

background-color css

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

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

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

border-color css

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

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

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