Html Css Color HEX #71251A Pueblo

📋 copy color: '#71251A'

red 113 ◦ green 37 ◦ blue 26

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

Shades of Pueblo #71251A

Tints of Pueblo #71251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 64.2%
G = 21.02%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71251A (or 0x71251A) is known color: Pueblo. HEX triplet: 71, 25 and 1A. RGB value is (113,37,26). Sum of RGB (Red+Green+Blue) = 113+37+26=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71251A is #8EDAE5. Grayscale: #3A3A3A. Windows color (decimal): -9362150 or 1713521. OLE color: 1713521.

HSL color Cylindrical-coordinate representation of color #71251A: hue angle of 7.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71251A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 26 -
CMYK 0 0.67 0.77 0.56
HSL 7.59º 0.63% 0.27% -
HSV(B) 7.59º 0.77% 0.44% -
XYZ 7.66 4.91 1.52 -
YUV 58.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 113 37 26 0 0.67 0.77 0.56 7.59 0.63 0.27
Hex 71 25 1A 0 43 4D 38 8 3F 1B
Octal 161 45 32 0 103 115 70 10 77 33
Binary 1110001 100101 11010 0 1000011 1001101 111000 1000 111111 11011

Color Harmonies of #71251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71251A

Black with #71251A

Text Example


Text Example

White with #71251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71251A; }

 p { color: rgb(113,37,26); }

 H1.HeaderClassName
 {
   color: #71251A;
 }
 .AnyTagClassName
 {
   color: #71251A;
 }
</style>

background-color css

<style>
 a { background-color: #71251A; }

 a { background-color: rgb(113,37,26); }

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

border-color css

<style>
 span { border-color: #71251A; }

 span { border-color: rgb(113,37,26); }

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