Html Css Color HEX #73331F Pueblo

📋 copy color: '#73331F'

red 115 ◦ green 51 ◦ blue 31

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

Shades of Pueblo #73331F

Tints of Pueblo #73331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 58.38%
G = 25.89%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73331F (or 0x73331F) is known color: Pueblo. HEX triplet: 73, 33 and 1F. RGB value is (115,51,31). Sum of RGB (Red+Green+Blue) = 115+51+31=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73331F is #8CCCE0. Grayscale: #444444. Windows color (decimal): -9227489 or 2044787. OLE color: 2044787.

HSL color Cylindrical-coordinate representation of color #73331F: hue angle of 14.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73331F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 31 -
CMYK 0 0.56 0.73 0.55
HSL 14.29º 0.58% 0.29% -
HSV(B) 14.29º 0.73% 0.45% -
XYZ 8.5 6.11 2.03 -
YUV 67.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 115 51 31 0 0.56 0.73 0.55 14.29 0.58 0.29
Hex 73 33 1F 0 38 49 37 E 3A 1D
Octal 163 63 37 0 70 111 67 16 72 35
Binary 1110011 110011 11111 0 111000 1001001 110111 1110 111010 11101

Color Harmonies of #73331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73331F

Black with #73331F

Text Example


Text Example

White with #73331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73331F; }

 p { color: rgb(115,51,31); }

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

background-color css

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

 a { background-color: rgb(115,51,31); }

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

border-color css

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

 span { border-color: rgb(115,51,31); }

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