Html Css Color HEX #951A0A Falu Red

📋 copy color: '#951A0A'

red 149 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #951A0A

Tints of Falu Red #951A0A

RGB

 RED value IS 149 (58.59% from 255) = 80.54%

 GREEN value IS 26 (10.55% from 255) = 14.05%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 80.54%
G = 14.05%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#951A0A (or 0x951A0A) is known color: Falu Red. HEX triplet: 95, 1A and 0A. RGB value is (149,26,10). Sum of RGB (Red+Green+Blue) = 149+26+10=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A0A is #6AE5F5. Grayscale: #3D3D3D. Windows color (decimal): -7005686 or 662165. OLE color: 662165.

HSL color Cylindrical-coordinate representation of color #951A0A: hue angle of 6.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #951A0A is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 10 -
CMYK 0 0.83 0.93 0.42
HSL 6.91º 0.87% 0.31% -
HSV(B) 6.91º 0.93% 0.58% -
XYZ 12.82 7.15 0.99 -
YUV 60.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 149 26 10 0 0.83 0.93 0.42 6.91 0.87 0.31
Hex 95 1A A 0 53 5D 2A 7 57 1F
Octal 225 32 12 0 123 135 52 7 127 37
Binary 10010101 11010 1010 0 1010011 1011101 101010 111 1010111 11111

Color Harmonies of #951A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A0A

Black with #951A0A

Text Example


Text Example

White with #951A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A0A; }

 p { color: rgb(149,26,10); }

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

background-color css

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

 a { background-color: rgb(149,26,10); }

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

border-color css

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

 span { border-color: rgb(149,26,10); }

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