Html Css Color HEX #72271B Pueblo

📋 copy color: '#72271B'

red 114 ◦ green 39 ◦ blue 27

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

Shades of Pueblo #72271B

Tints of Pueblo #72271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

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

R = 63.33%
G = 21.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72271B (or 0x72271B) is known color: Pueblo. HEX triplet: 72, 27 and 1B. RGB value is (114,39,27). Sum of RGB (Red+Green+Blue) = 114+39+27=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72271B is #8DD8E4. Grayscale: #3C3C3C. Windows color (decimal): -9296101 or 1779570. OLE color: 1779570.

HSL color Cylindrical-coordinate representation of color #72271B: hue angle of 8.28º 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 #72271B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 27 -
CMYK 0 0.66 0.76 0.55
HSL 8.28º 0.62% 0.28% -
HSV(B) 8.28º 0.76% 0.45% -
XYZ 7.86 5.11 1.61 -
YUV 60.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 114 39 27 0 0.66 0.76 0.55 8.28 0.62 0.28
Hex 72 27 1B 0 42 4C 37 8 3E 1C
Octal 162 47 33 0 102 114 67 10 76 34
Binary 1110010 100111 11011 0 1000010 1001100 110111 1000 111110 11100

Color Harmonies of #72271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72271B

Black with #72271B

Text Example


Text Example

White with #72271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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