Html Css Color HEX #97271E Mandarian Orange

📋 copy color: '#97271E'

red 151 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #97271E

Tints of Mandarian Orange #97271E

RGB

 RED value IS 151 (59.38% from 255) = 68.64%

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 68.64%
G = 17.73%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97271E (or 0x97271E) is known color: Mandarian Orange. HEX triplet: 97, 27 and 1E. RGB value is (151,39,30). Sum of RGB (Red+Green+Blue) = 151+39+30=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #97271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97271E is #68D8E1. Grayscale: #474747. Windows color (decimal): -6871266 or 1976215. OLE color: 1976215.

HSL color Cylindrical-coordinate representation of color #97271E: hue angle of 4.46º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97271E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 30 -
CMYK 0 0.74 0.80 0.41
HSL 4.46º 0.67% 0.35% -
HSV(B) 4.46º 0.8% 0.59% -
XYZ 13.72 8.12 2.07 -
YUV 71.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 151 39 30 0 0.74 0.80 0.41 4.46 0.67 0.35
Hex 97 27 1E 0 4A 50 29 4 43 23
Octal 227 47 36 0 112 120 51 4 103 43
Binary 10010111 100111 11110 0 1001010 1010000 101001 100 1000011 100011

Color Harmonies of #97271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97271E

Black with #97271E

Text Example


Text Example

White with #97271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97271E; }

 p { color: rgb(151,39,30); }

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

background-color css

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

 a { background-color: rgb(151,39,30); }

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

border-color css

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

 span { border-color: rgb(151,39,30); }

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