Html Css Color HEX #72281D Pueblo

📋 copy color: '#72281D'

red 114 ◦ green 40 ◦ blue 29

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

Shades of Pueblo #72281D

Tints of Pueblo #72281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 62.3%
G = 21.86%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72281D (or 0x72281D) is known color: Pueblo. HEX triplet: 72, 28 and 1D. RGB value is (114,40,29). Sum of RGB (Red+Green+Blue) = 114+40+29=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72281D is #8DD7E2. Grayscale: #3C3C3C. Windows color (decimal): -9295843 or 1910898. OLE color: 1910898.

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

Color convert

RGB 114 40 29 -
CMYK 0 0.65 0.75 0.55
HSL 7.76º 0.59% 0.28% -
HSV(B) 7.76º 0.75% 0.45% -
XYZ 7.92 5.18 1.75 -
YUV 60.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 114 40 29 0 0.65 0.75 0.55 7.76 0.59 0.28
Hex 72 28 1D 0 41 4B 37 8 3B 1C
Octal 162 50 35 0 101 113 67 10 73 34
Binary 1110010 101000 11101 0 1000001 1001011 110111 1000 111011 11100

Color Harmonies of #72281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72281D

Black with #72281D

Text Example


Text Example

White with #72281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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