Html Css Color HEX #941F0D Mandarian Orange

📋 copy color: '#941F0D'

red 148 ◦ green 31 ◦ blue 13

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

Shades of Mandarian Orange #941F0D

Tints of Mandarian Orange #941F0D

RGB

 RED value IS 148 (58.2% from 255) = 77.08%

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

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

R = 77.08%
G = 16.15%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#941F0D (or 0x941F0D) is known color: Mandarian Orange. HEX triplet: 94, 1F and 0D. RGB value is (148,31,13). Sum of RGB (Red+Green+Blue) = 148+31+13=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #941F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F0D is #6BE0F2. Grayscale: #404040. Windows color (decimal): -7069939 or 860052. OLE color: 860052.

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

Color convert

RGB 148 31 13 -
CMYK 0 0.79 0.91 0.42
HSL 0.84% 0.32% -
HSV(B) 0.91% 0.58% -
XYZ 12.78 7.3 1.12 -
YUV 63.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 148 31 13 0 0.79 0.91 0.42 8 0.84 0.32
Hex 94 1F D 0 4F 5B 2A 8 54 20
Octal 224 37 15 0 117 133 52 10 124 40
Binary 10010100 11111 1101 0 1001111 1011011 101010 1000 1010100 100000

Color Harmonies of #941F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941F0D

Black with #941F0D

Text Example


Text Example

White with #941F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941F0D; }

 p { color: rgb(148,31,13); }

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

background-color css

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

 a { background-color: rgb(148,31,13); }

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

border-color css

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

 span { border-color: rgb(148,31,13); }

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