#962633

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

Shades of Bright Red #962633

Tints of Bright Red #962633

Color information

#962633 (or 0x962633) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 33. RGB value is (150,38,51). Sum of RGB (Red+Green+Blue) = 150+38+51=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962633 is #69D9CC. Grayscale: #494949. Windows color (decimal): -6937037 or 3352214. OLE color: 3352214.

HSL color Cylindrical-coordinate representation of color #962633: hue angle of 353.04º 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 #962633 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1503851-
CMYK00.750.660.41
HSL353.04º59.57%36.86%-
HSV(B)353.04º74.67%58.82%-
XYZ13.878.113.97-
YUV72.97115.61182.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=62.76%
G=15.90%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150385100.750.660.41353.0459.5736.86
Hex96263304B42291613c25
Octal22646630113102515417445
Binary10010110100110110011010010111000010101001101100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962633; }

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

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

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

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

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

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

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

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