Html Css Color HEX #72251A Pueblo

📋 copy color: '#72251A'

red 114 ◦ green 37 ◦ blue 26

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

Shades of Pueblo #72251A

Tints of Pueblo #72251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 64.41%
G = 20.9%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72251A (or 0x72251A) is known color: Pueblo. HEX triplet: 72, 25 and 1A. RGB value is (114,37,26). Sum of RGB (Red+Green+Blue) = 114+37+26=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72251A is #8DDAE5. Grayscale: #3A3A3A. Windows color (decimal): -9296614 or 1713522. OLE color: 1713522.

HSL color Cylindrical-coordinate representation of color #72251A: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72251A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 26 -
CMYK 0 0.68 0.77 0.55
HSL 7.5º 0.63% 0.27% -
HSV(B) 7.5º 0.77% 0.45% -
XYZ 7.79 4.98 1.53 -
YUV 58.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 114 37 26 0 0.68 0.77 0.55 7.5 0.63 0.27
Hex 72 25 1A 0 44 4D 37 8 3F 1B
Octal 162 45 32 0 104 115 67 10 77 33
Binary 1110010 100101 11010 0 1000100 1001101 110111 1000 111111 11011

Color Harmonies of #72251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72251A

Black with #72251A

Text Example


Text Example

White with #72251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72251A; }

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

 H1.HeaderClassName
 {
   color: #72251A;
 }
 .AnyTagClassName
 {
   color: #72251A;
 }
</style>

background-color css

<style>
 a { background-color: #72251A; }

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

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

border-color css

<style>
 span { border-color: #72251A; }

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

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