Html Css Color HEX #71261D Pueblo

📋 copy color: '#71261D'

red 113 ◦ green 38 ◦ blue 29

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

Shades of Pueblo #71261D

Tints of Pueblo #71261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

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

R = 62.78%
G = 21.11%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71261D (or 0x71261D) is known color: Pueblo. HEX triplet: 71, 26 and 1D. RGB value is (113,38,29). Sum of RGB (Red+Green+Blue) = 113+38+29=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71261D is #8ED9E2. Grayscale: #3B3B3B. Windows color (decimal): -9361891 or 1910385. OLE color: 1910385.

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

Color convert

RGB 113 38 29 -
CMYK 0 0.66 0.74 0.56
HSL 6.43º 0.59% 0.28% -
HSV(B) 6.43º 0.74% 0.44% -
XYZ 7.72 4.99 1.72 -
YUV 59.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 113 38 29 0 0.66 0.74 0.56 6.43 0.59 0.28
Hex 71 26 1D 0 42 4A 38 6 3B 1C
Octal 161 46 35 0 102 112 70 6 73 34
Binary 1110001 100110 11101 0 1000010 1001010 111000 110 111011 11100

Color Harmonies of #71261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71261D

Black with #71261D

Text Example


Text Example

White with #71261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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