Html Css Color HEX #963825 Fire

📋 copy color: '#963825'

red 150 ◦ green 56 ◦ blue 37

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

Shades of Fire #963825

Tints of Fire #963825

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 value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#963825 (or 0x963825) is known color: 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

RGB 150 56 37 -
CMYK 0 0.63 0.75 0.41
HSL 10.09º 0.6% 0.37% -
HSV(B) 10.09º 0.75% 0.59% -
XYZ 14.33 9.45 2.82 -
YUV 81.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 150 56 37 0 0.63 0.75 0.41 10.09 0.6 0.37
Hex 96 38 25 0 3F 4B 29 A 3C 25
Octal 226 70 45 0 77 113 51 12 74 45
Binary 10010110 111000 100101 0 111111 1001011 101001 1010 111100 100101

Color Harmonies of #963825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963825

Black with #963825

Text Example


Text Example

White with #963825

Text Example


Text Example

HTML Codes & Css Web 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>