Html Css Color HEX #951B0B Falu Red

📋 copy color: '#951B0B'

red 149 ◦ green 27 ◦ blue 11

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

Shades of Falu Red #951B0B

Tints of Falu Red #951B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.44%

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 79.68%
G = 14.44%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#951B0B (or 0x951B0B) is known color: Falu Red. HEX triplet: 95, 1B and 0B. RGB value is (149,27,11). Sum of RGB (Red+Green+Blue) = 149+27+11=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0B is #6AE4F4. Grayscale: #3D3D3D. Windows color (decimal): -7005429 or 727957. OLE color: 727957.

HSL color Cylindrical-coordinate representation of color #951B0B: hue angle of 6.96º degrees, saturation: 0.86, 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 #951B0B is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 11 -
CMYK 0 0.82 0.93 0.42
HSL 6.96º 0.86% 0.31% -
HSV(B) 6.96º 0.93% 0.58% -
XYZ 12.85 7.2 1.03 -
YUV 61.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 149 27 11 0 0.82 0.93 0.42 6.96 0.86 0.31
Hex 95 1B B 0 52 5D 2A 7 56 1F
Octal 225 33 13 0 122 135 52 7 126 37
Binary 10010101 11011 1011 0 1010010 1011101 101010 111 1010110 11111

Color Harmonies of #951B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B0B

Black with #951B0B

Text Example


Text Example

White with #951B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,11); }

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

background-color css

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

 a { background-color: rgb(149,27,11); }

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

border-color css

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

 span { border-color: rgb(149,27,11); }

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