Html Css Color HEX #72280D Pueblo

📋 copy color: '#72280D'

red 114 ◦ green 40 ◦ blue 13

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

Shades of Pueblo #72280D

Tints of Pueblo #72280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 68.26%
G = 23.95%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72280D (or 0x72280D) is known color: Pueblo. HEX triplet: 72, 28 and 0D. RGB value is (114,40,13). Sum of RGB (Red+Green+Blue) = 114+40+13=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72280D is #8DD7F2. Grayscale: #3B3B3B. Windows color (decimal): -9295859 or 862322. OLE color: 862322.

HSL color Cylindrical-coordinate representation of color #72280D: hue angle of 16.04º degrees, saturation: 0.8, 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 #72280D is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 13 -
CMYK 0 0.65 0.89 0.55
HSL 16.04º 0.8% 0.25% -
HSV(B) 16.04º 0.89% 0.45% -
XYZ 7.77 5.12 0.96 -
YUV 59.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 114 40 13 0 0.65 0.89 0.55 16.04 0.8 0.25
Hex 72 28 D 0 41 59 37 10 50 19
Octal 162 50 15 0 101 131 67 20 120 31
Binary 1110010 101000 1101 0 1000001 1011001 110111 10000 1010000 11001

Color Harmonies of #72280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72280D

Black with #72280D

Text Example


Text Example

White with #72280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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