Html Css Color HEX #972727 Mandarian Orange

📋 copy color: '#972727'

red 151 ◦ green 39 ◦ blue 39

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

Shades of Mandarian Orange #972727

Tints of Mandarian Orange #972727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 65.94%
G = 17.03%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#972727 (or 0x972727) is known color: Mandarian Orange. HEX triplet: 97, 27 and 27. RGB value is (151,39,39). Sum of RGB (Red+Green+Blue) = 151+39+39=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972727 is #68D8D8. Grayscale: #484848. Windows color (decimal): -6871257 or 2566039. OLE color: 2566039.

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

Color convert

RGB 151 39 39 -
CMYK 0 0.74 0.74 0.41
HSL 0.59% 0.37% -
HSV(B) 0.74% 0.59% -
XYZ 13.85 8.18 2.77 -
YUV 72.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 151 39 39 0 0.74 0.74 0.41 0 0.59 0.37
Hex 97 27 27 0 4A 4A 29 0 3B 25
Octal 227 47 47 0 112 112 51 0 73 45
Binary 10010111 100111 100111 0 1001010 1001010 101001 0 111011 100101

Color Harmonies of #972727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972727

Black with #972727

Text Example


Text Example

White with #972727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972727; }

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

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

background-color css

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

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

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

border-color css

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

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

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