#963825

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

Shades of Fire #963825

Tints of Fire #963825

Color information

#963825 (or 0x963825) is unknown color: approx Fire. HEX triplet: 96, 38 and 25. RGB value is (150,56,37). Sum of RGB (Red+Green+Blue) = 150+56+37=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963825 is #69C7DA. Grayscale: #525252. Windows color (decimal): -6932443 or 2439318. OLE color: 2439318.

HSL color Cylindrical-coordinate representation of color #963825: hue angle of 10.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963825 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1505637-
CMYK00.630.750.41
HSL10.09º60.43%36.67%-
HSV(B)10.09º75.33%58.82%-
XYZ14.339.452.82-
YUV81.94102.64176.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=61.73%
G=23.05%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150563700.630.750.4110.0960.4336.67
Hex96382503F4B29a3c25
Octal226704507711351127445
Binary10010110111000100101011111110010111010011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963825; }

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

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

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

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

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

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

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

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