Html Css Color HEX #71371F New Amber

📋 copy color: '#71371F'

red 113 ◦ green 55 ◦ blue 31

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

Shades of New Amber #71371F

Tints of New Amber #71371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 56.78%
G = 27.64%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71371F (or 0x71371F) is known color: New Amber. HEX triplet: 71, 37 and 1F. RGB value is (113,55,31). Sum of RGB (Red+Green+Blue) = 113+55+31=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371F is #8EC8E0. Grayscale: #454545. Windows color (decimal): -9357537 or 2045809. OLE color: 2045809.

HSL color Cylindrical-coordinate representation of color #71371F: hue angle of 17.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71371F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 31 -
CMYK 0 0.51 0.73 0.56
HSL 17.56º 0.57% 0.28% -
HSV(B) 17.56º 0.73% 0.44% -
XYZ 8.42 6.34 2.08 -
YUV 69.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 113 55 31 0 0.51 0.73 0.56 17.56 0.57 0.28
Hex 71 37 1F 0 33 49 38 12 39 1C
Octal 161 67 37 0 63 111 70 22 71 34
Binary 1110001 110111 11111 0 110011 1001001 111000 10010 111001 11100

Color Harmonies of #71371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371F

Black with #71371F

Text Example


Text Example

White with #71371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,55,31); }

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

background-color css

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

 a { background-color: rgb(113,55,31); }

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

border-color css

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

 span { border-color: rgb(113,55,31); }

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