Html Css Color HEX #79301C Pueblo

📋 copy color: '#79301C'

red 121 ◦ green 48 ◦ blue 28

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

Shades of Pueblo #79301C

Tints of Pueblo #79301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 61.42%
G = 24.37%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79301C (or 0x79301C) is known color: Pueblo. HEX triplet: 79, 30 and 1C. RGB value is (121,48,28). Sum of RGB (Red+Green+Blue) = 121+48+28=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79301C is #86CFE3. Grayscale: #434343. Windows color (decimal): -8835044 or 1847417. OLE color: 1847417.

HSL color Cylindrical-coordinate representation of color #79301C: hue angle of 12.9º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79301C is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 28 -
CMYK 0 0.60 0.77 0.53
HSL 12.9º 0.62% 0.29% -
HSV(B) 12.9º 0.77% 0.47% -
XYZ 9.15 6.26 1.83 -
YUV 67.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 121 48 28 0 0.60 0.77 0.53 12.9 0.62 0.29
Hex 79 30 1C 0 3C 4D 35 D 3E 1D
Octal 171 60 34 0 74 115 65 15 76 35
Binary 1111001 110000 11100 0 111100 1001101 110101 1101 111110 11101

Color Harmonies of #79301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79301C

Black with #79301C

Text Example


Text Example

White with #79301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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