Html Css Color HEX #782031 Scarlett

📋 copy color: '#782031'

red 120 ◦ green 32 ◦ blue 49

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

Shades of Scarlett #782031

Tints of Scarlett #782031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 59.7%
G = 15.92%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#782031 (or 0x782031) is known color: Scarlett. HEX triplet: 78, 20 and 31. RGB value is (120,32,49). Sum of RGB (Red+Green+Blue) = 120+32+49=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #782031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782031 is #87DFCE. Grayscale: #3C3C3C. Windows color (decimal): -8904655 or 3219576. OLE color: 3219576.

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

Color convert

RGB 120 32 49 -
CMYK 0 0.73 0.59 0.53
HSL 348.41º 0.58% 0.3% -
HSV(B) 348.41º 0.73% 0.47% -
XYZ 8.82 5.25 3.45 -
YUV 60.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 120 32 49 0 0.73 0.59 0.53 348.41 0.58 0.3
Hex 78 20 31 0 49 3B 35 15C 3A 1E
Octal 170 40 61 0 111 73 65 534 72 36
Binary 1111000 100000 110001 0 1001001 111011 110101 101011100 111010 11110

Color Harmonies of #782031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782031

Black with #782031

Text Example


Text Example

White with #782031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782031; }

 p { color: rgb(120,32,49); }

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

background-color css

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

 a { background-color: rgb(120,32,49); }

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

border-color css

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

 span { border-color: rgb(120,32,49); }

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