Html Css Color HEX #71341E New Amber

📋 copy color: '#71341E'

red 113 ◦ green 52 ◦ blue 30

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

Shades of New Amber #71341E

Tints of New Amber #71341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 57.95%
G = 26.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71341E (or 0x71341E) is known color: New Amber. HEX triplet: 71, 34 and 1E. RGB value is (113,52,30). Sum of RGB (Red+Green+Blue) = 113+52+30=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71341E is #8ECBE1. Grayscale: #434343. Windows color (decimal): -9358306 or 1979505. OLE color: 1979505.

HSL color Cylindrical-coordinate representation of color #71341E: hue angle of 15.9º degrees, saturation: 0.58, 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 #71341E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 30 -
CMYK 0 0.54 0.73 0.56
HSL 15.9º 0.58% 0.28% -
HSV(B) 15.9º 0.73% 0.44% -
XYZ 8.27 6.06 1.96 -
YUV 67.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 113 52 30 0 0.54 0.73 0.56 15.9 0.58 0.28
Hex 71 34 1E 0 36 49 38 10 3A 1C
Octal 161 64 36 0 66 111 70 20 72 34
Binary 1110001 110100 11110 0 110110 1001001 111000 10000 111010 11100

Color Harmonies of #71341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71341E

Black with #71341E

Text Example


Text Example

White with #71341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71341E; }

 p { color: rgb(113,52,30); }

 H1.HeaderClassName
 {
   color: #71341E;
 }
 .AnyTagClassName
 {
   color: #71341E;
 }
</style>

background-color css

<style>
 a { background-color: #71341E; }

 a { background-color: rgb(113,52,30); }

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

border-color css

<style>
 span { border-color: #71341E; }

 span { border-color: rgb(113,52,30); }

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