Html Css Color HEX #97270F Mandarian Orange

📋 copy color: '#97270F'

red 151 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #97270F

Tints of Mandarian Orange #97270F

RGB

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

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

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

R = 73.66%
G = 19.02%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97270F (or 0x97270F) is known color: Mandarian Orange. HEX triplet: 97, 27 and 0F. RGB value is (151,39,15). Sum of RGB (Red+Green+Blue) = 151+39+15=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #97270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97270F is #68D8F0. Grayscale: #454545. Windows color (decimal): -6871281 or 993175. OLE color: 993175.

HSL color Cylindrical-coordinate representation of color #97270F: hue angle of 10.59º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97270F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 15 -
CMYK 0 0.74 0.90 0.41
HSL 10.59º 0.82% 0.33% -
HSV(B) 10.59º 0.9% 0.59% -
XYZ 13.57 8.06 1.29 -
YUV 69.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 151 39 15 0 0.74 0.90 0.41 10.59 0.82 0.33
Hex 97 27 F 0 4A 5A 29 B 52 21
Octal 227 47 17 0 112 132 51 13 122 41
Binary 10010111 100111 1111 0 1001010 1011010 101001 1011 1010010 100001

Color Harmonies of #97270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97270F

Black with #97270F

Text Example


Text Example

White with #97270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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