#962433

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

Shades of Bright Red #962433

Tints of Bright Red #962433

Color information

#962433 (or 0x962433) is unknown color: approx Bright Red. HEX triplet: 96, 24 and 33. RGB value is (150,36,51). Sum of RGB (Red+Green+Blue) = 150+36+51=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962433 is #69DBCC. Grayscale: #474747. Windows color (decimal): -6937549 or 3351702. OLE color: 3351702.

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

Color convert

RGB1503651-
CMYK00.760.660.41
HSL352.11º61.29%36.47%-
HSV(B)352.11º76%58.82%-
XYZ13.817.983.95-
YUV71.8116.27183.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=63.29%
G=15.19%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150365100.760.660.41352.1161.2936.47
Hex96243304C42291603d24
Octal22644630114102515407544
Binary10010110100100110011010011001000010101001101100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962433; }

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

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

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

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

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

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

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

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