Html Css Color HEX #951F0F Mandarian Orange

📋 copy color: '#951F0F'

red 149 ◦ green 31 ◦ blue 15

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

Shades of Mandarian Orange #951F0F

Tints of Mandarian Orange #951F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 76.41%
G = 15.9%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#951F0F (or 0x951F0F) is known color: Mandarian Orange. HEX triplet: 95, 1F and 0F. RGB value is (149,31,15). Sum of RGB (Red+Green+Blue) = 149+31+15=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #951F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F0F is #6AE0F0. Grayscale: #404040. Windows color (decimal): -7004401 or 991125. OLE color: 991125.

HSL color Cylindrical-coordinate representation of color #951F0F: hue angle of 7.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 15 -
CMYK 0 0.79 0.90 0.42
HSL 7.16º 0.82% 0.32% -
HSV(B) 7.16º 0.9% 0.58% -
XYZ 12.97 7.4 1.2 -
YUV 64.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 149 31 15 0 0.79 0.90 0.42 7.16 0.82 0.32
Hex 95 1F F 0 4F 5A 2A 7 52 20
Octal 225 37 17 0 117 132 52 7 122 40
Binary 10010101 11111 1111 0 1001111 1011010 101010 111 1010010 100000

Color Harmonies of #951F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F0F

Black with #951F0F

Text Example


Text Example

White with #951F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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