Html Css Color HEX #72301B Pueblo

📋 copy color: '#72301B'

red 114 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #72301B

Tints of Pueblo #72301B

RGB

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

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

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

R = 60.32%
G = 25.4%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72301B (or 0x72301B) is known color: Pueblo. HEX triplet: 72, 30 and 1B. RGB value is (114,48,27). Sum of RGB (Red+Green+Blue) = 114+48+27=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72301B is #8DCFE4. Grayscale: #414141. Windows color (decimal): -9293797 or 1781874. OLE color: 1781874.

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

Color convert

RGB 114 48 27 -
CMYK 0 0.58 0.76 0.55
HSL 14.48º 0.62% 0.28% -
HSV(B) 14.48º 0.76% 0.45% -
XYZ 8.19 5.77 1.72 -
YUV 65.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 114 48 27 0 0.58 0.76 0.55 14.48 0.62 0.28
Hex 72 30 1B 0 3A 4C 37 E 3E 1C
Octal 162 60 33 0 72 114 67 16 76 34
Binary 1110010 110000 11011 0 111010 1001100 110111 1110 111110 11100

Color Harmonies of #72301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72301B

Black with #72301B

Text Example


Text Example

White with #72301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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