Html Css Color HEX #72281F Pueblo

📋 copy color: '#72281F'

red 114 ◦ green 40 ◦ blue 31

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

Shades of Pueblo #72281F

Tints of Pueblo #72281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 61.62%
G = 21.62%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72281F (or 0x72281F) is known color: Pueblo. HEX triplet: 72, 28 and 1F. RGB value is (114,40,31). Sum of RGB (Red+Green+Blue) = 114+40+31=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72281F is #8DD7E0. Grayscale: #3D3D3D. Windows color (decimal): -9295841 or 2041970. OLE color: 2041970.

HSL color Cylindrical-coordinate representation of color #72281F: hue angle of 6.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72281F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 31 -
CMYK 0 0.65 0.73 0.55
HSL 6.51º 0.57% 0.28% -
HSV(B) 6.51º 0.73% 0.45% -
XYZ 7.95 5.19 1.88 -
YUV 61.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 114 40 31 0 0.65 0.73 0.55 6.51 0.57 0.28
Hex 72 28 1F 0 41 49 37 7 39 1C
Octal 162 50 37 0 101 111 67 7 71 34
Binary 1110010 101000 11111 0 1000001 1001001 110111 111 111001 11100

Color Harmonies of #72281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72281F

Black with #72281F

Text Example


Text Example

White with #72281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72281F; }

 p { color: rgb(114,40,31); }

 H1.HeaderClassName
 {
   color: #72281F;
 }
 .AnyTagClassName
 {
   color: #72281F;
 }
</style>

background-color css

<style>
 a { background-color: #72281F; }

 a { background-color: rgb(114,40,31); }

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

border-color css

<style>
 span { border-color: #72281F; }

 span { border-color: rgb(114,40,31); }

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