Html Css Color HEX #78232F Scarlett

📋 copy color: '#78232F'

red 120 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #78232F

Tints of Scarlett #78232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 59.41%
G = 17.33%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78232F (or 0x78232F) is known color: Scarlett. HEX triplet: 78, 23 and 2F. RGB value is (120,35,47). Sum of RGB (Red+Green+Blue) = 120+35+47=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232F is #87DCD0. Grayscale: #3D3D3D. Windows color (decimal): -8903889 or 3089272. OLE color: 3089272.

HSL color Cylindrical-coordinate representation of color #78232F: hue angle of 351.53º 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 #78232F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 47 -
CMYK 0 0.71 0.61 0.53
HSL 351.53º 0.55% 0.3% -
HSV(B) 351.53º 0.71% 0.47% -
XYZ 8.86 5.4 3.26 -
YUV 61.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 120 35 47 0 0.71 0.61 0.53 351.53 0.55 0.3
Hex 78 23 2F 0 47 3D 35 160 37 1E
Octal 170 43 57 0 107 75 65 540 67 36
Binary 1111000 100011 101111 0 1000111 111101 110101 101100000 110111 11110

Color Harmonies of #78232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78232F

Black with #78232F

Text Example


Text Example

White with #78232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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