Html Css Color HEX #71280F Pueblo

📋 copy color: '#71280F'

red 113 ◦ green 40 ◦ blue 15

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

Shades of Pueblo #71280F

Tints of Pueblo #71280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 67.26%
G = 23.81%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71280F (or 0x71280F) is known color: Pueblo. HEX triplet: 71, 28 and 0F. RGB value is (113,40,15). Sum of RGB (Red+Green+Blue) = 113+40+15=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #71280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71280F is #8ED7F0. Grayscale: #3B3B3B. Windows color (decimal): -9361393 or 993393. OLE color: 993393.

HSL color Cylindrical-coordinate representation of color #71280F: hue angle of 15.31º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71280F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 15 -
CMYK 0 0.65 0.87 0.56
HSL 15.31º 0.77% 0.25% -
HSV(B) 15.31º 0.87% 0.44% -
XYZ 7.66 5.06 1.03 -
YUV 58.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 113 40 15 0 0.65 0.87 0.56 15.31 0.77 0.25
Hex 71 28 F 0 41 57 38 F 4D 19
Octal 161 50 17 0 101 127 70 17 115 31
Binary 1110001 101000 1111 0 1000001 1010111 111000 1111 1001101 11001

Color Harmonies of #71280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71280F

Black with #71280F

Text Example


Text Example

White with #71280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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