Html Css Color HEX #71351E New Amber

📋 copy color: '#71351E'

red 113 ◦ green 53 ◦ blue 30

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

Shades of New Amber #71351E

Tints of New Amber #71351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 57.65%
G = 27.04%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71351E (or 0x71351E) is known color: New Amber. HEX triplet: 71, 35 and 1E. RGB value is (113,53,30). Sum of RGB (Red+Green+Blue) = 113+53+30=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71351E is #8ECAE1. Grayscale: #444444. Windows color (decimal): -9358050 or 1979761. OLE color: 1979761.

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

Color convert

RGB 113 53 30 -
CMYK 0 0.53 0.73 0.56
HSL 16.63º 0.58% 0.28% -
HSV(B) 16.63º 0.73% 0.44% -
XYZ 8.32 6.15 1.98 -
YUV 68.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 113 53 30 0 0.53 0.73 0.56 16.63 0.58 0.28
Hex 71 35 1E 0 35 49 38 11 3A 1C
Octal 161 65 36 0 65 111 70 21 72 34
Binary 1110001 110101 11110 0 110101 1001001 111000 10001 111010 11100

Color Harmonies of #71351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71351E

Black with #71351E

Text Example


Text Example

White with #71351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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