Html Css Color HEX #782535 Scarlett

📋 copy color: '#782535'

red 120 ◦ green 37 ◦ blue 53

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

Shades of Scarlett #782535

Tints of Scarlett #782535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 57.14%
G = 17.62%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#782535 (or 0x782535) is known color: Scarlett. HEX triplet: 78, 25 and 35. RGB value is (120,37,53). Sum of RGB (Red+Green+Blue) = 120+37+53=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782535 is #87DACA. Grayscale: #3F3F3F. Windows color (decimal): -8903371 or 3483000. OLE color: 3483000.

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

Color convert

RGB 120 37 53 -
CMYK 0 0.69 0.56 0.53
HSL 348.43º 0.53% 0.31% -
HSV(B) 348.43º 0.69% 0.47% -
XYZ 9.05 5.57 3.97 -
YUV 63.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 120 37 53 0 0.69 0.56 0.53 348.43 0.53 0.31
Hex 78 25 35 0 45 38 35 15C 35 1F
Octal 170 45 65 0 105 70 65 534 65 37
Binary 1111000 100101 110101 0 1000101 111000 110101 101011100 110101 11111

Color Harmonies of #782535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782535

Black with #782535

Text Example


Text Example

White with #782535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782535; }

 p { color: rgb(120,37,53); }

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

background-color css

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

 a { background-color: rgb(120,37,53); }

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

border-color css

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

 span { border-color: rgb(120,37,53); }

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