Html Css Color HEX #72271C Pueblo

📋 copy color: '#72271C'

red 114 ◦ green 39 ◦ blue 28

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

Shades of Pueblo #72271C

Tints of Pueblo #72271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 62.98%
G = 21.55%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72271C (or 0x72271C) is known color: Pueblo. HEX triplet: 72, 27 and 1C. RGB value is (114,39,28). Sum of RGB (Red+Green+Blue) = 114+39+28=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72271C is #8DD8E3. Grayscale: #3C3C3C. Windows color (decimal): -9296100 or 1845106. OLE color: 1845106.

HSL color Cylindrical-coordinate representation of color #72271C: hue angle of 7.67º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72271C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 28 -
CMYK 0 0.66 0.75 0.55
HSL 7.67º 0.61% 0.28% -
HSV(B) 7.67º 0.75% 0.45% -
XYZ 7.87 5.11 1.67 -
YUV 60.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 114 39 28 0 0.66 0.75 0.55 7.67 0.61 0.28
Hex 72 27 1C 0 42 4B 37 8 3D 1C
Octal 162 47 34 0 102 113 67 10 75 34
Binary 1110010 100111 11100 0 1000010 1001011 110111 1000 111101 11100

Color Harmonies of #72271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72271C

Black with #72271C

Text Example


Text Example

White with #72271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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