#78232A

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

Shades of Scarlett #78232A

Tints of Scarlett #78232A

Color information

#78232A (or 0x78232A) is unknown color: approx Scarlett. HEX triplet: 78, 23 and 2A. RGB value is (120,35,42). Sum of RGB (Red+Green+Blue) = 120+35+42=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232A is #87DCD5. Grayscale: #3D3D3D. Windows color (decimal): -8903894 or 2761592. OLE color: 2761592.

HSL color Cylindrical-coordinate representation of color #78232A: hue angle of 355.06º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78232A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1203542-
CMYK00.710.650.53
HSL355.06º54.84%30.39%-
HSV(B)355.06º70.83%47.06%-
XYZ8.765.362.76-
YUV61.21117.16169.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=60.91%
G=17.77%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120354200.710.650.53355.0654.8430.39
Hex78232A0474135163371e
Octal17043520107101655436736
Binary111100010001110101001000111100000111010110110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78232A; }

 p { color: rgb(120,35,42); }

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

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

 a { background-color: rgb(120,35,42); }

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

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

 span { border-color: rgb(120,35,42); }

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