Html Css Color HEX #963B25 Fire

📋 copy color: '#963B25'

red 150 ◦ green 59 ◦ blue 37

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

Shades of Fire #963B25

Tints of Fire #963B25

RGB

 RED value IS 150 (58.98% from 255) = 60.98%

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 60.98%
G = 23.98%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#963B25 (or 0x963B25) is known color: Fire. HEX triplet: 96, 3B and 25. RGB value is (150,59,37). Sum of RGB (Red+Green+Blue) = 150+59+37=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B25 is #69C4DA. Grayscale: #535353. Windows color (decimal): -6931675 or 2440086. OLE color: 2440086.

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

Color convert

RGB 150 59 37 -
CMYK 0 0.61 0.75 0.41
HSL 11.68º 0.6% 0.37% -
HSV(B) 11.68º 0.75% 0.59% -
XYZ 14.48 9.75 2.87 -
YUV 83.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 150 59 37 0 0.61 0.75 0.41 11.68 0.6 0.37
Hex 96 3B 25 0 3D 4B 29 C 3C 25
Octal 226 73 45 0 75 113 51 14 74 45
Binary 10010110 111011 100101 0 111101 1001011 101001 1100 111100 100101

Color Harmonies of #963B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B25

Black with #963B25

Text Example


Text Example

White with #963B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963B25; }

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

 H1.HeaderClassName
 {
   color: #963B25;
 }
 .AnyTagClassName
 {
   color: #963B25;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #963B25;
 }
 .BgClassName
 {
   background-color: #963B25;
 }
</style>

border-color css

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

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

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