Html Css Color HEX #962500 Falu Red

📋 copy color: '#962500'

red 150 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #962500

Tints of Falu Red #962500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.21%
G = 19.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#962500 (or 0x962500) is known color: Falu Red. HEX triplet: 96, 25 and 00. RGB value is (150,37,0). Sum of RGB (Red+Green+Blue) = 150+37+0=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #962500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962500 is #69DAFF. Grayscale: #424242. Windows color (decimal): -6937344 or 9622. OLE color: 9622.

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

Color convert

RGB 150 37 0 -
CMYK 0 0.75 1 0.41
HSL 14.8º 1% 0.29% -
HSV(B) 14.8º 1% 0.59% -
XYZ 13.24 7.81 0.81 -
YUV 66.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 150 37 0 0 0.75 1 0.41 14.8 1 0.29
Hex 96 25 0 0 4B 64 29 F 64 1D
Octal 226 45 0 0 113 144 51 17 144 35
Binary 10010110 100101 0 0 1001011 1100100 101001 1111 1100100 11101

Color Harmonies of #962500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962500

Black with #962500

Text Example


Text Example

White with #962500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962500; }

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

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

background-color css

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

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

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

border-color css

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

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

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