Html Css Color HEX #942626 Mandarian Orange

📋 copy color: '#942626'

red 148 ◦ green 38 ◦ blue 38

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

Shades of Mandarian Orange #942626

Tints of Mandarian Orange #942626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 66.07%
G = 16.96%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942626 (or 0x942626) is known color: Mandarian Orange. HEX triplet: 94, 26 and 26. RGB value is (148,38,38). Sum of RGB (Red+Green+Blue) = 148+38+38=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942626 is #6BD9D9. Grayscale: #474747. Windows color (decimal): -7068122 or 2500244. OLE color: 2500244.

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

Color convert

RGB 148 38 38 -
CMYK 0 0.74 0.74 0.42
HSL 0.59% 0.36% -
HSV(B) 0.74% 0.58% -
XYZ 13.26 7.82 2.64 -
YUV 70.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 148 38 38 0 0.74 0.74 0.42 0 0.59 0.36
Hex 94 26 26 0 4A 4A 2A 0 3B 24
Octal 224 46 46 0 112 112 52 0 73 44
Binary 10010100 100110 100110 0 1001010 1001010 101010 0 111011 100100

Color Harmonies of #942626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942626

Black with #942626

Text Example


Text Example

White with #942626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942626; }

 p { color: rgb(148,38,38); }

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

background-color css

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

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

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

border-color css

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

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

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