Html Css Color HEX #951A05 Dark Red

📋 copy color: '#951A05'

red 149 ◦ green 26 ◦ blue 5

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

Shades of Dark Red #951A05

Tints of Dark Red #951A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 82.78%
G = 14.44%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951A05 (or 0x951A05) is known color: Dark Red. HEX triplet: 95, 1A and 05. RGB value is (149,26,5). Sum of RGB (Red+Green+Blue) = 149+26+5=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #951A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A05 is #6AE5FA. Grayscale: #3C3C3C. Windows color (decimal): -7005691 or 334485. OLE color: 334485.

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

Color convert

RGB 149 26 5 -
CMYK 0 0.83 0.97 0.42
HSL 8.75º 0.94% 0.3% -
HSV(B) 8.75º 0.97% 0.58% -
XYZ 12.79 7.14 0.85 -
YUV 60.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 149 26 5 0 0.83 0.97 0.42 8.75 0.94 0.3
Hex 95 1A 5 0 53 61 2A 9 5E 1E
Octal 225 32 5 0 123 141 52 11 136 36
Binary 10010101 11010 101 0 1010011 1100001 101010 1001 1011110 11110

Color Harmonies of #951A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A05

Black with #951A05

Text Example


Text Example

White with #951A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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