Html Css Color HEX #73291E Pueblo

📋 copy color: '#73291E'

red 115 ◦ green 41 ◦ blue 30

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

Shades of Pueblo #73291E

Tints of Pueblo #73291E

RGB

 RED value IS 115 (45.31% from 255) = 61.83%

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 61.83%
G = 22.04%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73291E (or 0x73291E) is known color: Pueblo. HEX triplet: 73, 29 and 1E. RGB value is (115,41,30). Sum of RGB (Red+Green+Blue) = 115+41+30=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #73291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291E is #8CD6E1. Grayscale: #3D3D3D. Windows color (decimal): -9230050 or 1976691. OLE color: 1976691.

HSL color Cylindrical-coordinate representation of color #73291E: hue angle of 7.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73291E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 30 -
CMYK 0 0.64 0.74 0.55
HSL 7.76º 0.59% 0.28% -
HSV(B) 7.76º 0.74% 0.45% -
XYZ 8.1 5.32 1.83 -
YUV 61.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 115 41 30 0 0.64 0.74 0.55 7.76 0.59 0.28
Hex 73 29 1E 0 40 4A 37 8 3B 1C
Octal 163 51 36 0 100 112 67 10 73 34
Binary 1110011 101001 11110 0 1000000 1001010 110111 1000 111011 11100

Color Harmonies of #73291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73291E

Black with #73291E

Text Example


Text Example

White with #73291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73291E; }

 p { color: rgb(115,41,30); }

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

background-color css

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

 a { background-color: rgb(115,41,30); }

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

border-color css

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

 span { border-color: rgb(115,41,30); }

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