Html Css Color HEX #71331C New Amber

📋 copy color: '#71331C'

red 113 ◦ green 51 ◦ blue 28

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

Shades of New Amber #71331C

Tints of New Amber #71331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 58.85%
G = 26.56%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71331C (or 0x71331C) is known color: New Amber. HEX triplet: 71, 33 and 1C. RGB value is (113,51,28). Sum of RGB (Red+Green+Blue) = 113+51+28=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71331C is #8ECCE3. Grayscale: #434343. Windows color (decimal): -9358564 or 1848177. OLE color: 1848177.

HSL color Cylindrical-coordinate representation of color #71331C: hue angle of 16.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71331C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 28 -
CMYK 0 0.55 0.75 0.56
HSL 16.24º 0.6% 0.28% -
HSV(B) 16.24º 0.75% 0.44% -
XYZ 8.2 5.96 1.82 -
YUV 66.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 113 51 28 0 0.55 0.75 0.56 16.24 0.6 0.28
Hex 71 33 1C 0 37 4B 38 10 3C 1C
Octal 161 63 34 0 67 113 70 20 74 34
Binary 1110001 110011 11100 0 110111 1001011 111000 10000 111100 11100

Color Harmonies of #71331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71331C

Black with #71331C

Text Example


Text Example

White with #71331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71331C; }

 p { color: rgb(113,51,28); }

 H1.HeaderClassName
 {
   color: #71331C;
 }
 .AnyTagClassName
 {
   color: #71331C;
 }
</style>

background-color css

<style>
 a { background-color: #71331C; }

 a { background-color: rgb(113,51,28); }

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

border-color css

<style>
 span { border-color: #71331C; }

 span { border-color: rgb(113,51,28); }

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