Html Css Color HEX #951A0D Falu Red

📋 copy color: '#951A0D'

red 149 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #951A0D

Tints of Falu Red #951A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 79.26%
G = 13.83%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951A0D (or 0x951A0D) is known color: Falu Red. HEX triplet: 95, 1A and 0D. RGB value is (149,26,13). Sum of RGB (Red+Green+Blue) = 149+26+13=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A0D is #6AE5F2. Grayscale: #3D3D3D. Windows color (decimal): -7005683 or 858773. OLE color: 858773.

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

Color convert

RGB 149 26 13 -
CMYK 0 0.83 0.91 0.42
HSL 5.74º 0.84% 0.32% -
HSV(B) 5.74º 0.91% 0.58% -
XYZ 12.84 7.16 1.09 -
YUV 61.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 149 26 13 0 0.83 0.91 0.42 5.74 0.84 0.32
Hex 95 1A D 0 53 5B 2A 6 54 20
Octal 225 32 15 0 123 133 52 6 124 40
Binary 10010101 11010 1101 0 1010011 1011011 101010 110 1010100 100000

Color Harmonies of #951A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A0D

Black with #951A0D

Text Example


Text Example

White with #951A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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