Html Css Color HEX #951601 Dark Red

📋 copy color: '#951601'

red 149 ◦ green 22 ◦ blue 1

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

Shades of Dark Red #951601

Tints of Dark Red #951601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 86.63%
G = 12.79%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951601 (or 0x951601) is known color: Dark Red. HEX triplet: 95, 16 and 01. RGB value is (149,22,1). Sum of RGB (Red+Green+Blue) = 149+22+1=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #951601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951601 is #6AE9FE. Grayscale: #393939. Windows color (decimal): -7006719 or 71317. OLE color: 71317.

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

Color convert

RGB 149 22 1 -
CMYK 0 0.85 0.99 0.42
HSL 8.51º 0.99% 0.29% -
HSV(B) 8.51º 0.99% 0.58% -
XYZ 12.69 6.97 0.7 -
YUV 57.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 149 22 1 0 0.85 0.99 0.42 8.51 0.99 0.29
Hex 95 16 1 0 55 63 2A 9 63 1D
Octal 225 26 1 0 125 143 52 11 143 35
Binary 10010101 10110 1 0 1010101 1100011 101010 1001 1100011 11101

Color Harmonies of #951601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951601

Black with #951601

Text Example


Text Example

White with #951601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951601; }

 p { color: rgb(149,22,1); }

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

background-color css

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

 a { background-color: rgb(149,22,1); }

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

border-color css

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

 span { border-color: rgb(149,22,1); }

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