#962627

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

Shades of Bright Red #962627

Tints of Bright Red #962627

Color information

#962627 (or 0x962627) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 27. RGB value is (150,38,39). Sum of RGB (Red+Green+Blue) = 150+38+39=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #962627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962627 is #69D9D8. Grayscale: #474747. Windows color (decimal): -6937049 or 2565782. OLE color: 2565782.

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

Color convert

RGB1503839-
CMYK00.750.740.41
HSL359.46º59.57%36.86%-
HSV(B)359.46º74.67%58.82%-
XYZ13.648.022.75-
YUV71.6109.61183.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=66.08%
G=16.74%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150383900.750.740.41359.4659.5736.86
Hex96262704B4A291673c25
Octal22646470113112515477445
Binary10010110100110100111010010111001010101001101100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962627; }

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

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

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

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

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

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

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

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