Html Css Color HEX #78242B Scarlett

📋 copy color: '#78242B'

red 120 ◦ green 36 ◦ blue 43

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

Shades of Scarlett #78242B

Tints of Scarlett #78242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 60.3%
G = 18.09%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78242B (or 0x78242B) is known color: Scarlett. HEX triplet: 78, 24 and 2B. RGB value is (120,36,43). Sum of RGB (Red+Green+Blue) = 120+36+43=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242B is #87DBD4. Grayscale: #3D3D3D. Windows color (decimal): -8903637 or 2827384. OLE color: 2827384.

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

Color convert

RGB 120 36 43 -
CMYK 0 0.7 0.64 0.53
HSL 355º 0.54% 0.31% -
HSV(B) 355º 0.7% 0.47% -
XYZ 8.81 5.43 2.87 -
YUV 61.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 120 36 43 0 0.7 0.64 0.53 355 0.54 0.31
Hex 78 24 2B 0 46 40 35 163 36 1F
Octal 170 44 53 0 106 100 65 543 66 37
Binary 1111000 100100 101011 0 1000110 1000000 110101 101100011 110110 11111

Color Harmonies of #78242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78242B

Black with #78242B

Text Example


Text Example

White with #78242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78242B; }

 p { color: rgb(120,36,43); }

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

background-color css

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

 a { background-color: rgb(120,36,43); }

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

border-color css

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

 span { border-color: rgb(120,36,43); }

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