Html Css Color HEX #963A21 Fire

📋 copy color: '#963A21'

red 150 ◦ green 58 ◦ blue 33

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

Shades of Fire #963A21

Tints of Fire #963A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 62.24%
G = 24.07%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#963A21 (or 0x963A21) is known color: Fire. HEX triplet: 96, 3A and 21. RGB value is (150,58,33). Sum of RGB (Red+Green+Blue) = 150+58+33=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #963A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A21 is #69C5DE. Grayscale: #525252. Windows color (decimal): -6931935 or 2177686. OLE color: 2177686.

HSL color Cylindrical-coordinate representation of color #963A21: hue angle of 12.82º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #963A21 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 33 -
CMYK 0 0.61 0.78 0.41
HSL 12.82º 0.64% 0.36% -
HSV(B) 12.82º 0.78% 0.59% -
XYZ 14.37 9.62 2.54 -
YUV 82.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 150 58 33 0 0.61 0.78 0.41 12.82 0.64 0.36
Hex 96 3A 21 0 3D 4E 29 D 40 24
Octal 226 72 41 0 75 116 51 15 100 44
Binary 10010110 111010 100001 0 111101 1001110 101001 1101 1000000 100100

Color Harmonies of #963A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A21

Black with #963A21

Text Example


Text Example

White with #963A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,33); }

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

background-color css

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

 a { background-color: rgb(150,58,33); }

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

border-color css

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

 span { border-color: rgb(150,58,33); }

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