Html Css Color HEX #951E0D Mandarian Orange

📋 copy color: '#951E0D'

red 149 ◦ green 30 ◦ blue 13

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

Shades of Mandarian Orange #951E0D

Tints of Mandarian Orange #951E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.63%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 77.6%
G = 15.63%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951E0D (or 0x951E0D) is known color: Mandarian Orange. HEX triplet: 95, 1E and 0D. RGB value is (149,30,13). Sum of RGB (Red+Green+Blue) = 149+30+13=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E0D is #6AE1F2. Grayscale: #3F3F3F. Windows color (decimal): -7004659 or 859797. OLE color: 859797.

HSL color Cylindrical-coordinate representation of color #951E0D: hue angle of 7.5º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #951E0D is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 13 -
CMYK 0 0.80 0.91 0.42
HSL 7.5º 0.84% 0.32% -
HSV(B) 7.5º 0.91% 0.58% -
XYZ 12.93 7.35 1.12 -
YUV 63.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 149 30 13 0 0.80 0.91 0.42 7.5 0.84 0.32
Hex 95 1E D 0 50 5B 2A 8 54 20
Octal 225 36 15 0 120 133 52 10 124 40
Binary 10010101 11110 1101 0 1010000 1011011 101010 1000 1010100 100000

Color Harmonies of #951E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E0D

Black with #951E0D

Text Example


Text Example

White with #951E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,13); }

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

background-color css

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

 a { background-color: rgb(149,30,13); }

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

border-color css

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

 span { border-color: rgb(149,30,13); }

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