Html Css Color HEX #72250B Pueblo

📋 copy color: '#72250B'

red 114 ◦ green 37 ◦ blue 11

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

Shades of Pueblo #72250B

Tints of Pueblo #72250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 70.37%
G = 22.84%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72250B (or 0x72250B) is known color: Pueblo. HEX triplet: 72, 25 and 0B. RGB value is (114,37,11). Sum of RGB (Red+Green+Blue) = 114+37+11=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72250B is #8DDAF4. Grayscale: #393939. Windows color (decimal): -9296629 or 730482. OLE color: 730482.

HSL color Cylindrical-coordinate representation of color #72250B: hue angle of 15.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72250B is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 11 -
CMYK 0 0.68 0.90 0.55
HSL 15.15º 0.82% 0.25% -
HSV(B) 15.15º 0.9% 0.45% -
XYZ 7.66 4.92 0.86 -
YUV 57.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 114 37 11 0 0.68 0.90 0.55 15.15 0.82 0.25
Hex 72 25 B 0 44 5A 37 F 52 19
Octal 162 45 13 0 104 132 67 17 122 31
Binary 1110010 100101 1011 0 1000100 1011010 110111 1111 1010010 11001

Color Harmonies of #72250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72250B

Black with #72250B

Text Example


Text Example

White with #72250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,37,11); }

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

background-color css

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

 a { background-color: rgb(114,37,11); }

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

border-color css

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

 span { border-color: rgb(114,37,11); }

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