Html Css Color HEX #71331D Pueblo

📋 copy color: '#71331D'

red 113 ◦ green 51 ◦ blue 29

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

Shades of Pueblo #71331D

Tints of Pueblo #71331D

RGB

 RED value IS 113 (44.53% from 255) = 58.55%

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

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

R = 58.55%
G = 26.42%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71331D (or 0x71331D) is known color: Pueblo. HEX triplet: 71, 33 and 1D. RGB value is (113,51,29). Sum of RGB (Red+Green+Blue) = 113+51+29=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71331D is #8ECCE2. Grayscale: #434343. Windows color (decimal): -9358563 or 1913713. OLE color: 1913713.

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

Color convert

RGB 113 51 29 -
CMYK 0 0.55 0.74 0.56
HSL 15.71º 0.59% 0.28% -
HSV(B) 15.71º 0.74% 0.44% -
XYZ 8.22 5.97 1.88 -
YUV 67.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 113 51 29 0 0.55 0.74 0.56 15.71 0.59 0.28
Hex 71 33 1D 0 37 4A 38 10 3B 1C
Octal 161 63 35 0 67 112 70 20 73 34
Binary 1110001 110011 11101 0 110111 1001010 111000 10000 111011 11100

Color Harmonies of #71331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71331D

Black with #71331D

Text Example


Text Example

White with #71331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,51,29); }

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

background-color css

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

 a { background-color: rgb(113,51,29); }

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

border-color css

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

 span { border-color: rgb(113,51,29); }

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