Html Css Color HEX #951F00 Dark Red

📋 copy color: '#951F00'

red 149 ◦ green 31 ◦ blue 0

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

Shades of Dark Red #951F00

Tints of Dark Red #951F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

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

R = 82.78%
G = 17.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951F00 (or 0x951F00) is known color: Dark Red. HEX triplet: 95, 1F and 00. RGB value is (149,31,0). Sum of RGB (Red+Green+Blue) = 149+31+0=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #951F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F00 is #6AE0FF. Grayscale: #3E3E3E. Windows color (decimal): -7004416 or 8085. OLE color: 8085.

HSL color Cylindrical-coordinate representation of color #951F00: hue angle of 12.48º 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 #951F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 0 -
CMYK 0 0.79 1 0.42
HSL 12.48º 1% 0.29% -
HSV(B) 12.48º 1% 0.58% -
XYZ 12.88 7.37 0.74 -
YUV 62.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 149 31 0 0 0.79 1 0.42 12.48 1 0.29
Hex 95 1F 0 0 4F 64 2A C 64 1D
Octal 225 37 0 0 117 144 52 14 144 35
Binary 10010101 11111 0 0 1001111 1100100 101010 1100 1100100 11101

Color Harmonies of #951F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F00

Black with #951F00

Text Example


Text Example

White with #951F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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