Html Css Color HEX #950700 Dark Red

📋 copy color: '#950700'

red 149 ◦ green 7 ◦ blue 0

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

Shades of Dark Red #950700

Tints of Dark Red #950700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 95.51%
G = 4.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950700 (or 0x950700) is known color: Dark Red. HEX triplet: 95, 07 and 00. RGB value is (149,7,0). Sum of RGB (Red+Green+Blue) = 149+7+0=156 (20% of max value = 765). Red value is 149 (58.59% from 255 or 95.51% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 149 - color contains mainly: red. Hex color #950700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950700 is #6AF8FF. Grayscale: #303030. Windows color (decimal): -7010560 or 1941. OLE color: 1941.

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

Color convert

RGB 149 7 0 -
CMYK 0 0.95 1 0.42
HSL 2.82º 1% 0.29% -
HSV(B) 2.82º 1% 0.58% -
XYZ 12.47 6.54 0.61 -
YUV 48.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 149 7 0 0 0.95 1 0.42 2.82 1 0.29
Hex 95 7 0 0 5F 64 2A 3 64 1D
Octal 225 7 0 0 137 144 52 3 144 35
Binary 10010101 111 0 0 1011111 1100100 101010 11 1100100 11101

Color Harmonies of #950700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950700

Black with #950700

Text Example


Text Example

White with #950700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950700; }

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

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

background-color css

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

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

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

border-color css

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

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

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