Html Css Color HEX #71281D Pueblo

📋 copy color: '#71281D'

red 113 ◦ green 40 ◦ blue 29

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

Shades of Pueblo #71281D

Tints of Pueblo #71281D

RGB

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

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

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

R = 62.09%
G = 21.98%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71281D (or 0x71281D) is known color: Pueblo. HEX triplet: 71, 28 and 1D. RGB value is (113,40,29). Sum of RGB (Red+Green+Blue) = 113+40+29=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71281D is #8ED7E2. Grayscale: #3C3C3C. Windows color (decimal): -9361379 or 1910897. OLE color: 1910897.

HSL color Cylindrical-coordinate representation of color #71281D: hue angle of 7.86º 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 #71281D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 29 -
CMYK 0 0.65 0.74 0.56
HSL 7.86º 0.59% 0.28% -
HSV(B) 7.86º 0.74% 0.44% -
XYZ 7.79 5.12 1.74 -
YUV 60.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 113 40 29 0 0.65 0.74 0.56 7.86 0.59 0.28
Hex 71 28 1D 0 41 4A 38 8 3B 1C
Octal 161 50 35 0 101 112 70 10 73 34
Binary 1110001 101000 11101 0 1000001 1001010 111000 1000 111011 11100

Color Harmonies of #71281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71281D

Black with #71281D

Text Example


Text Example

White with #71281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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