Html Css Color HEX #781E30 Scarlett

📋 copy color: '#781E30'

red 120 ◦ green 30 ◦ blue 48

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

Shades of Scarlett #781E30

Tints of Scarlett #781E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.15%

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

R = 60.61%
G = 15.15%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781E30 (or 0x781E30) is known color: Scarlett. HEX triplet: 78, 1E and 30. RGB value is (120,30,48). Sum of RGB (Red+Green+Blue) = 120+30+48=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #781E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E30 is #87E1CF. Grayscale: #3A3A3A. Windows color (decimal): -8905168 or 3153528. OLE color: 3153528.

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

Color convert

RGB 120 30 48 -
CMYK 0 0.75 0.60 0.53
HSL 348º 0.6% 0.29% -
HSV(B) 348º 0.75% 0.47% -
XYZ 8.74 5.14 3.33 -
YUV 58.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 120 30 48 0 0.75 0.60 0.53 348 0.6 0.29
Hex 78 1E 30 0 4B 3C 35 15C 3C 1D
Octal 170 36 60 0 113 74 65 534 74 35
Binary 1111000 11110 110000 0 1001011 111100 110101 101011100 111100 11101

Color Harmonies of #781E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E30

Black with #781E30

Text Example


Text Example

White with #781E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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