#96381F

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

Shades of Fire #96381F

Tints of Fire #96381F

Color information

#96381F (or 0x96381F) is unknown color: approx Fire. HEX triplet: 96, 38 and 1F. RGB value is (150,56,31). Sum of RGB (Red+Green+Blue) = 150+56+31=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #96381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96381F is #69C7E0. Grayscale: #515151. Windows color (decimal): -6932449 or 2046102. OLE color: 2046102.

HSL color Cylindrical-coordinate representation of color #96381F: hue angle of 12.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96381F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1505631-
CMYK00.630.790.41
HSL12.61º65.75%35.49%-
HSV(B)12.61º79.33%58.82%-
XYZ14.249.412.36-
YUV81.2699.64177.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=63.29%
G=23.63%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150563100.630.790.4112.6165.7535.49
Hex96381F03F4F29d4223
Octal2267037077117511510243
Binary10010110111000111110111111100111110100111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96381F; }

 p { color: rgb(150,56,31); }

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

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

 a { background-color: rgb(150,56,31); }

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

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

 span { border-color: rgb(150,56,31); }

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