Html Css Color HEX #72331F Pueblo

📋 copy color: '#72331F'

red 114 ◦ green 51 ◦ blue 31

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

Shades of Pueblo #72331F

Tints of Pueblo #72331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 58.16%
G = 26.02%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72331F (or 0x72331F) is known color: Pueblo. HEX triplet: 72, 33 and 1F. RGB value is (114,51,31). Sum of RGB (Red+Green+Blue) = 114+51+31=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72331F is #8DCCE0. Grayscale: #434343. Windows color (decimal): -9293025 or 2044786. OLE color: 2044786.

HSL color Cylindrical-coordinate representation of color #72331F: hue angle of 14.46º 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 #72331F is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 31 -
CMYK 0 0.55 0.73 0.55
HSL 14.46º 0.57% 0.28% -
HSV(B) 14.46º 0.73% 0.45% -
XYZ 8.37 6.04 2.02 -
YUV 67.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 114 51 31 0 0.55 0.73 0.55 14.46 0.57 0.28
Hex 72 33 1F 0 37 49 37 E 39 1C
Octal 162 63 37 0 67 111 67 16 71 34
Binary 1110010 110011 11111 0 110111 1001001 110111 1110 111001 11100

Color Harmonies of #72331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72331F

Black with #72331F

Text Example


Text Example

White with #72331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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