Html Css Color HEX #78252D Scarlett

📋 copy color: '#78252D'

red 120 ◦ green 37 ◦ blue 45

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

Shades of Scarlett #78252D

Tints of Scarlett #78252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 59.41%
G = 18.32%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78252D (or 0x78252D) is known color: Scarlett. HEX triplet: 78, 25 and 2D. RGB value is (120,37,45). Sum of RGB (Red+Green+Blue) = 120+37+45=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78252D is #87DAD2. Grayscale: #3E3E3E. Windows color (decimal): -8903379 or 2958712. OLE color: 2958712.

HSL color Cylindrical-coordinate representation of color #78252D: hue angle of 354.22º 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 #78252D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 45 -
CMYK 0 0.69 0.63 0.53
HSL 354.22º 0.53% 0.31% -
HSV(B) 354.22º 0.69% 0.47% -
XYZ 8.88 5.51 3.08 -
YUV 62.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 120 37 45 0 0.69 0.63 0.53 354.22 0.53 0.31
Hex 78 25 2D 0 45 3F 35 162 35 1F
Octal 170 45 55 0 105 77 65 542 65 37
Binary 1111000 100101 101101 0 1000101 111111 110101 101100010 110101 11111

Color Harmonies of #78252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78252D

Black with #78252D

Text Example


Text Example

White with #78252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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