Html Css Color HEX #78232B Scarlett

📋 copy color: '#78232B'

red 120 ◦ green 35 ◦ blue 43

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

Shades of Scarlett #78232B

Tints of Scarlett #78232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

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

R = 60.61%
G = 17.68%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78232B (or 0x78232B) is known color: Scarlett. HEX triplet: 78, 23 and 2B. RGB value is (120,35,43). Sum of RGB (Red+Green+Blue) = 120+35+43=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232B is #87DCD4. Grayscale: #3D3D3D. Windows color (decimal): -8903893 or 2827128. OLE color: 2827128.

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

Color convert

RGB 120 35 43 -
CMYK 0 0.71 0.64 0.53
HSL 354.35º 0.55% 0.3% -
HSV(B) 354.35º 0.71% 0.47% -
XYZ 8.78 5.37 2.86 -
YUV 61.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 120 35 43 0 0.71 0.64 0.53 354.35 0.55 0.3
Hex 78 23 2B 0 47 40 35 162 37 1E
Octal 170 43 53 0 107 100 65 542 67 36
Binary 1111000 100011 101011 0 1000111 1000000 110101 101100010 110111 11110

Color Harmonies of #78232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78232B

Black with #78232B

Text Example


Text Example

White with #78232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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