Html Css Color HEX #782913 Pueblo

📋 copy color: '#782913'

red 120 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #782913

Tints of Pueblo #782913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 66.67%
G = 22.78%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#782913 (or 0x782913) is known color: Pueblo. HEX triplet: 78, 29 and 13. RGB value is (120,41,19). Sum of RGB (Red+Green+Blue) = 120+41+19=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #782913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782913 is #87D6EC. Grayscale: #3E3E3E. Windows color (decimal): -8902381 or 1255800. OLE color: 1255800.

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

Color convert

RGB 120 41 19 -
CMYK 0 0.66 0.84 0.53
HSL 13.07º 0.73% 0.27% -
HSV(B) 13.07º 0.84% 0.47% -
XYZ 8.66 5.63 1.25 -
YUV 62.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 120 41 19 0 0.66 0.84 0.53 13.07 0.73 0.27
Hex 78 29 13 0 42 54 35 D 49 1B
Octal 170 51 23 0 102 124 65 15 111 33
Binary 1111000 101001 10011 0 1000010 1010100 110101 1101 1001001 11011

Color Harmonies of #782913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782913

Black with #782913

Text Example


Text Example

White with #782913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782913; }

 p { color: rgb(120,41,19); }

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

background-color css

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

 a { background-color: rgb(120,41,19); }

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

border-color css

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

 span { border-color: rgb(120,41,19); }

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