#96272F

Color #96272F Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #96272F

Tints of Bright Red #96272F

Color information

#96272F (or 0x96272F) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 2F. RGB value is (150,39,47). Sum of RGB (Red+Green+Blue) = 150+39+47=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96272F is #69D8D0. Grayscale: #494949. Windows color (decimal): -6936785 or 3090326. OLE color: 3090326.

HSL color Cylindrical-coordinate representation of color #96272F: hue angle of 355.68º 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 #96272F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1503947-
CMYK00.740.690.41
HSL355.68º58.73%37.06%-
HSV(B)355.68º74%58.82%-
XYZ13.828.143.53-
YUV73.1113.27182.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=63.56%
G=16.53%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150394700.740.690.41355.6858.7337.06
Hex96272F04A45291643b25
Octal22647570112105515447345
Binary10010110100111101111010010101000101101001101100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,39,47); }

 H1.HeaderClassName
 {
   color: #96272F;
 }
 .AnyTagClassName
 {
   color: #96272F;
 }
</style>
background-color css

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

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

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

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

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

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