Html Css Color HEX #72321B Pueblo

📋 copy color: '#72321B'

red 114 ◦ green 50 ◦ blue 27

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

Shades of Pueblo #72321B

Tints of Pueblo #72321B

RGB

 RED value IS 114 (44.92% from 255) = 59.69%

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 59.69%
G = 26.18%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72321B (or 0x72321B) is known color: Pueblo. HEX triplet: 72, 32 and 1B. RGB value is (114,50,27). Sum of RGB (Red+Green+Blue) = 114+50+27=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72321B is #8DCDE4. Grayscale: #424242. Windows color (decimal): -9293285 or 1782386. OLE color: 1782386.

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

Color convert

RGB 114 50 27 -
CMYK 0 0.56 0.76 0.55
HSL 15.86º 0.62% 0.28% -
HSV(B) 15.86º 0.76% 0.45% -
XYZ 8.28 5.94 1.75 -
YUV 66.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 114 50 27 0 0.56 0.76 0.55 15.86 0.62 0.28
Hex 72 32 1B 0 38 4C 37 10 3E 1C
Octal 162 62 33 0 70 114 67 20 76 34
Binary 1110010 110010 11011 0 111000 1001100 110111 10000 111110 11100

Color Harmonies of #72321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72321B

Black with #72321B

Text Example


Text Example

White with #72321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,50,27); }

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

background-color css

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

 a { background-color: rgb(114,50,27); }

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

border-color css

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

 span { border-color: rgb(114,50,27); }

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