Html Css Color HEX #793121 Pueblo

📋 copy color: '#793121'

red 121 ◦ green 49 ◦ blue 33

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

Shades of Pueblo #793121

Tints of Pueblo #793121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 59.61%
G = 24.14%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#793121 (or 0x793121) is known color: Pueblo. HEX triplet: 79, 31 and 21. RGB value is (121,49,33). Sum of RGB (Red+Green+Blue) = 121+49+33=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793121 is #86CEDE. Grayscale: #444444. Windows color (decimal): -8834783 or 2175353. OLE color: 2175353.

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

Color convert

RGB 121 49 33 -
CMYK 0 0.60 0.73 0.53
HSL 10.91º 0.57% 0.3% -
HSV(B) 10.91º 0.73% 0.47% -
XYZ 9.26 6.37 2.18 -
YUV 68.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 121 49 33 0 0.60 0.73 0.53 10.91 0.57 0.3
Hex 79 31 21 0 3C 49 35 B 39 1E
Octal 171 61 41 0 74 111 65 13 71 36
Binary 1111001 110001 100001 0 111100 1001001 110101 1011 111001 11110

Color Harmonies of #793121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793121

Black with #793121

Text Example


Text Example

White with #793121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793121; }

 p { color: rgb(121,49,33); }

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

background-color css

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

 a { background-color: rgb(121,49,33); }

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

border-color css

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

 span { border-color: rgb(121,49,33); }

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