Html Css Color HEX #782819 Pueblo

📋 copy color: '#782819'

red 120 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #782819

Tints of Pueblo #782819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 64.86%
G = 21.62%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#782819 (or 0x782819) is known color: Pueblo. HEX triplet: 78, 28 and 19. RGB value is (120,40,25). Sum of RGB (Red+Green+Blue) = 120+40+25=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #782819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782819 is #87D7E6. Grayscale: #3E3E3E. Windows color (decimal): -8902631 or 1648760. OLE color: 1648760.

HSL color Cylindrical-coordinate representation of color #782819: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782819 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 40 25 -
CMYK 0 0.67 0.79 0.53
HSL 9.47º 0.66% 0.28% -
HSV(B) 9.47º 0.79% 0.47% -
XYZ 8.68 5.58 1.54 -
YUV 62.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 120 40 25 0 0.67 0.79 0.53 9.47 0.66 0.28
Hex 78 28 19 0 43 4F 35 9 42 1C
Octal 170 50 31 0 103 117 65 11 102 34
Binary 1111000 101000 11001 0 1000011 1001111 110101 1001 1000010 11100

Color Harmonies of #782819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782819

Black with #782819

Text Example


Text Example

White with #782819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782819; }

 p { color: rgb(120,40,25); }

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

background-color css

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

 a { background-color: rgb(120,40,25); }

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

border-color css

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

 span { border-color: rgb(120,40,25); }

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