#964123

Color #964123 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #964123

Tints of Fire #964123

Color information

#964123 (or 0x964123) is unknown color: approx Fire. HEX triplet: 96, 41 and 23. RGB value is (150,65,35). Sum of RGB (Red+Green+Blue) = 150+65+35=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #964123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964123 is #69BEDC. Grayscale: #575757. Windows color (decimal): -6930141 or 2310550. OLE color: 2310550.

HSL color Cylindrical-coordinate representation of color #964123: hue angle of 15.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #964123 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1506535-
CMYK00.570.770.41
HSL15.65º62.16%36.27%-
HSV(B)15.65º76.67%58.82%-
XYZ14.7710.392.82-
YUV86.9998.66172.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 35 (14.06% from 255) = 14%
R=60%
G=26%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150653500.570.770.4115.6562.1636.27
Hex9641230394D29103e24
Octal2261014307111551207644
Binary1001011010000011000110111001100110110100110000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964123; }

 p { color: rgb(150,65,35); }

 H1.HeaderClassName
 {
   color: #964123;
 }
 .AnyTagClassName
 {
   color: #964123;
 }
</style>
background-color css

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

 a { background-color: rgb(150,65,35); }

 div.DivClassName
 {
   background-color: #964123;
 }
 .BgClassName
 {
   background-color: #964123;
 }
</style>
border-color css

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

 span { border-color: rgb(150,65,35); }

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