Html Css Color HEX #951D00 Dark Red

📋 copy color: '#951D00'

red 149 ◦ green 29 ◦ blue 0

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

Shades of Dark Red #951D00

Tints of Dark Red #951D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.71%
G = 16.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951D00 (or 0x951D00) is known color: Dark Red. HEX triplet: 95, 1D and 00. RGB value is (149,29,0). Sum of RGB (Red+Green+Blue) = 149+29+0=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #951D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D00 is #6AE2FF. Grayscale: #3D3D3D. Windows color (decimal): -7004928 or 7573. OLE color: 7573.

HSL color Cylindrical-coordinate representation of color #951D00: hue angle of 11.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 0 -
CMYK 0 0.81 1 0.42
HSL 11.68º 1% 0.29% -
HSV(B) 11.68º 1% 0.58% -
XYZ 12.83 7.27 0.73 -
YUV 61.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 149 29 0 0 0.81 1 0.42 11.68 1 0.29
Hex 95 1D 0 0 51 64 2A C 64 1D
Octal 225 35 0 0 121 144 52 14 144 35
Binary 10010101 11101 0 0 1010001 1100100 101010 1100 1100100 11101

Color Harmonies of #951D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D00

Black with #951D00

Text Example


Text Example

White with #951D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,0); }

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

background-color css

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

 a { background-color: rgb(149,29,0); }

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

border-color css

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

 span { border-color: rgb(149,29,0); }

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