Html Css Color HEX #9F431B Rich Gold

📋 copy color: '#9F431B'

red 159 ◦ green 67 ◦ blue 27

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

Shades of Rich Gold #9F431B

Tints of Rich Gold #9F431B

RGB

 RED value IS 159 (62.5% from 255) = 62.85%

 GREEN value IS 67 (26.56% from 255) = 26.48%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 62.85%
G = 26.48%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F431B (or 0x9F431B) is known color: Rich Gold. HEX triplet: 9F, 43 and 1B. RGB value is (159,67,27). Sum of RGB (Red+Green+Blue) = 159+67+27=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F431B is #60BCE4. Grayscale: #5A5A5A. Windows color (decimal): -6339813 or 1786783. OLE color: 1786783.

HSL color Cylindrical-coordinate representation of color #9F431B: hue angle of 18.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F431B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 67 27 -
CMYK 0 0.58 0.83 0.38
HSL 18.18º 0.71% 0.36% -
HSV(B) 18.18º 0.83% 0.62% -
XYZ 16.5 11.46 2.38 -
YUV 89.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 159 67 27 0 0.58 0.83 0.38 18.18 0.71 0.36
Hex 9F 43 1B 0 3A 53 26 12 47 24
Octal 237 103 33 0 72 123 46 22 107 44
Binary 10011111 1000011 11011 0 111010 1010011 100110 10010 1000111 100100

Color Harmonies of #9F431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F431B

Black with #9F431B

Text Example


Text Example

White with #9F431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F431B; }

 p { color: rgb(159,67,27); }

 H1.HeaderClassName
 {
   color: #9F431B;
 }
 .AnyTagClassName
 {
   color: #9F431B;
 }
</style>

background-color css

<style>
 a { background-color: #9F431B; }

 a { background-color: rgb(159,67,27); }

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

border-color css

<style>
 span { border-color: #9F431B; }

 span { border-color: rgb(159,67,27); }

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