#963725

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

Shades of Fire #963725

Tints of Fire #963725

Color information

#963725 (or 0x963725) is unknown color: approx Fire. HEX triplet: 96, 37 and 25. RGB value is (150,55,37). Sum of RGB (Red+Green+Blue) = 150+55+37=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963725 is #69C8DA. Grayscale: #515151. Windows color (decimal): -6932699 or 2439062. OLE color: 2439062.

HSL color Cylindrical-coordinate representation of color #963725: hue angle of 9.56º 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 #963725 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1505537-
CMYK00.630.750.41
HSL9.56º60.43%36.67%-
HSV(B)9.56º75.33%58.82%-
XYZ14.289.352.8-
YUV81.35102.97176.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=61.98%
G=22.73%
B=15.29%

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
Decimal150553700.630.750.419.5660.4336.67
Hex96372503F4B29a3c25
Octal226674507711351127445
Binary10010110110111100101011111110010111010011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963725; }

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

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

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

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

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

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

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

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