Html Css Color HEX #71351D New Amber

📋 copy color: '#71351D'

red 113 ◦ green 53 ◦ blue 29

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

Shades of New Amber #71351D

Tints of New Amber #71351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 57.95%
G = 27.18%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71351D (or 0x71351D) is known color: New Amber. HEX triplet: 71, 35 and 1D. RGB value is (113,53,29). Sum of RGB (Red+Green+Blue) = 113+53+29=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71351D is #8ECAE2. Grayscale: #444444. Windows color (decimal): -9358051 or 1914225. OLE color: 1914225.

HSL color Cylindrical-coordinate representation of color #71351D: hue angle of 17.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71351D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 29 -
CMYK 0 0.53 0.74 0.56
HSL 17.14º 0.59% 0.28% -
HSV(B) 17.14º 0.74% 0.44% -
XYZ 8.3 6.15 1.91 -
YUV 68.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 113 53 29 0 0.53 0.74 0.56 17.14 0.59 0.28
Hex 71 35 1D 0 35 4A 38 11 3B 1C
Octal 161 65 35 0 65 112 70 21 73 34
Binary 1110001 110101 11101 0 110101 1001010 111000 10001 111011 11100

Color Harmonies of #71351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71351D

Black with #71351D

Text Example


Text Example

White with #71351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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