Html Css Color HEX #72250C Pueblo

📋 copy color: '#72250C'

red 114 ◦ green 37 ◦ blue 12

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

Shades of Pueblo #72250C

Tints of Pueblo #72250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 69.94%
G = 22.7%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72250C (or 0x72250C) is known color: Pueblo. HEX triplet: 72, 25 and 0C. RGB value is (114,37,12). Sum of RGB (Red+Green+Blue) = 114+37+12=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72250C is #8DDAF3. Grayscale: #393939. Windows color (decimal): -9296628 or 796018. OLE color: 796018.

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

Color convert

RGB 114 37 12 -
CMYK 0 0.68 0.89 0.55
HSL 14.71º 0.81% 0.25% -
HSV(B) 14.71º 0.89% 0.45% -
XYZ 7.67 4.93 0.89 -
YUV 57.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 114 37 12 0 0.68 0.89 0.55 14.71 0.81 0.25
Hex 72 25 C 0 44 59 37 F 51 19
Octal 162 45 14 0 104 131 67 17 121 31
Binary 1110010 100101 1100 0 1000100 1011001 110111 1111 1010001 11001

Color Harmonies of #72250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72250C

Black with #72250C

Text Example


Text Example

White with #72250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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