Html Css Color HEX #792230 Scarlett

📋 copy color: '#792230'

red 121 ◦ green 34 ◦ blue 48

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

Shades of Scarlett #792230

Tints of Scarlett #792230

RGB

 RED value IS 121 (47.66% from 255) = 59.61%

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 59.61%
G = 16.75%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#792230 (or 0x792230) is known color: Scarlett. HEX triplet: 79, 22 and 30. RGB value is (121,34,48). Sum of RGB (Red+Green+Blue) = 121+34+48=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #792230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792230 is #86DDCF. Grayscale: #3D3D3D. Windows color (decimal): -8838608 or 3154553. OLE color: 3154553.

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

Color convert

RGB 121 34 48 -
CMYK 0 0.72 0.60 0.53
HSL 350.34º 0.56% 0.3% -
HSV(B) 350.34º 0.72% 0.47% -
XYZ 8.99 5.42 3.37 -
YUV 61.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 121 34 48 0 0.72 0.60 0.53 350.34 0.56 0.3
Hex 79 22 30 0 48 3C 35 15E 38 1E
Octal 171 42 60 0 110 74 65 536 70 36
Binary 1111001 100010 110000 0 1001000 111100 110101 101011110 111000 11110

Color Harmonies of #792230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792230

Black with #792230

Text Example


Text Example

White with #792230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792230; }

 p { color: rgb(121,34,48); }

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

background-color css

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

 a { background-color: rgb(121,34,48); }

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

border-color css

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

 span { border-color: rgb(121,34,48); }

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