#962E3D

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

Shades of Bright Red #962E3D

Tints of Bright Red #962E3D

Color information

#962E3D (or 0x962E3D) is unknown color: approx Bright Red. HEX triplet: 96, 2E and 3D. RGB value is (150,46,61). Sum of RGB (Red+Green+Blue) = 150+46+61=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E3D is #69D1C2. Grayscale: #4E4E4E. Windows color (decimal): -6934979 or 4009622. OLE color: 4009622.

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

Color convert

RGB1504661-
CMYK00.690.590.41
HSL351.35º53.06%38.43%-
HSV(B)351.35º69.33%58.82%-
XYZ14.48.775.35-
YUV78.81117.96178.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=58.37%
G=17.90%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150466100.690.590.41351.3553.0638.43
Hex962E3D0453B2915f3526
Octal2265675010573515376546
Binary1001011010111011110101000101111011101001101011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E3D; }

 p { color: rgb(150,46,61); }

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

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

 a { background-color: rgb(150,46,61); }

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

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

 span { border-color: rgb(150,46,61); }

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