Html Css Color HEX #912604 Falu Red

📋 copy color: '#912604'

red 145 ◦ green 38 ◦ blue 4

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

Shades of Falu Red #912604

Tints of Falu Red #912604

RGB

 RED value IS 145 (57.03% from 255) = 77.54%

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 77.54%
G = 20.32%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#912604 (or 0x912604) is known color: Falu Red. HEX triplet: 91, 26 and 04. RGB value is (145,38,4). Sum of RGB (Red+Green+Blue) = 145+38+4=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #912604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912604 is #6ED9FB. Grayscale: #424242. Windows color (decimal): -7264764 or 272017. OLE color: 272017.

HSL color Cylindrical-coordinate representation of color #912604: hue angle of 14.47º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #912604 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 38 4 -
CMYK 0 0.74 0.97 0.43
HSL 14.47º 0.95% 0.29% -
HSV(B) 14.47º 0.97% 0.57% -
XYZ 12.39 7.41 0.89 -
YUV 66.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 145 38 4 0 0.74 0.97 0.43 14.47 0.95 0.29
Hex 91 26 4 0 4A 61 2B E 5F 1D
Octal 221 46 4 0 112 141 53 16 137 35
Binary 10010001 100110 100 0 1001010 1100001 101011 1110 1011111 11101

Color Harmonies of #912604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912604

Black with #912604

Text Example


Text Example

White with #912604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912604; }

 p { color: rgb(145,38,4); }

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

background-color css

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

 a { background-color: rgb(145,38,4); }

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

border-color css

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

 span { border-color: rgb(145,38,4); }

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