Html Css Color HEX #962102 Falu Red

📋 copy color: '#962102'

red 150 ◦ green 33 ◦ blue 2

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

Shades of Falu Red #962102

Tints of Falu Red #962102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 81.08%
G = 17.84%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962102 (or 0x962102) is known color: Falu Red. HEX triplet: 96, 21 and 02. RGB value is (150,33,2). Sum of RGB (Red+Green+Blue) = 150+33+2=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #962102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962102 is #69DEFD. Grayscale: #404040. Windows color (decimal): -6938366 or 139670. OLE color: 139670.

HSL color Cylindrical-coordinate representation of color #962102: hue angle of 12.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962102 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 2 -
CMYK 0 0.78 0.99 0.41
HSL 12.57º 0.97% 0.3% -
HSV(B) 12.57º 0.99% 0.59% -
XYZ 13.13 7.58 0.83 -
YUV 64.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 150 33 2 0 0.78 0.99 0.41 12.57 0.97 0.3
Hex 96 21 2 0 4E 63 29 D 61 1E
Octal 226 41 2 0 116 143 51 15 141 36
Binary 10010110 100001 10 0 1001110 1100011 101001 1101 1100001 11110

Color Harmonies of #962102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962102

Black with #962102

Text Example


Text Example

White with #962102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962102; }

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

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

background-color css

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

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

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

border-color css

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

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

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