Html Css Color HEX #73301B Pueblo

📋 copy color: '#73301B'

red 115 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #73301B

Tints of Pueblo #73301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 60.53%
G = 25.26%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73301B (or 0x73301B) is known color: Pueblo. HEX triplet: 73, 30 and 1B. RGB value is (115,48,27). Sum of RGB (Red+Green+Blue) = 115+48+27=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #73301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73301B is #8CCFE4. Grayscale: #414141. Windows color (decimal): -9228261 or 1781875. OLE color: 1781875.

HSL color Cylindrical-coordinate representation of color #73301B: hue angle of 14.32º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73301B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 27 -
CMYK 0 0.58 0.77 0.55
HSL 14.32º 0.62% 0.28% -
HSV(B) 14.32º 0.77% 0.45% -
XYZ 8.33 5.84 1.72 -
YUV 65.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 115 48 27 0 0.58 0.77 0.55 14.32 0.62 0.28
Hex 73 30 1B 0 3A 4D 37 E 3E 1C
Octal 163 60 33 0 72 115 67 16 76 34
Binary 1110011 110000 11011 0 111010 1001101 110111 1110 111110 11100

Color Harmonies of #73301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73301B

Black with #73301B

Text Example


Text Example

White with #73301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73301B; }

 p { color: rgb(115,48,27); }

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

background-color css

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

 a { background-color: rgb(115,48,27); }

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

border-color css

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

 span { border-color: rgb(115,48,27); }

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