#782230

Color #782230 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #782230

Tints of Scarlett #782230

Color information

#782230 (or 0x782230) is unknown color: approx Scarlett. HEX triplet: 78, 22 and 30. RGB value is (120,34,48). Sum of RGB (Red+Green+Blue) = 120+34+48=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #782230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782230 is #87DDCF. Grayscale: #3D3D3D. Windows color (decimal): -8904144 or 3154552. OLE color: 3154552.

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

Color convert

RGB1203448-
CMYK00.720.600.53
HSL350.23º55.84%30.2%-
HSV(B)350.23º71.67%47.06%-
XYZ8.855.353.36-
YUV61.31120.49169.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=59.41%
G=16.83%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120344800.720.600.53350.2355.8430.2
Hex7822300483C3515e381e
Octal1704260011074655367036
Binary11110001000101100000100100011110011010110101111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782230; }

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

 H1.HeaderClassName
 {
   color: #782230;
 }
 .AnyTagClassName
 {
   color: #782230;
 }
</style>
background-color css

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

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

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

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

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

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