#962735

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

Shades of Bright Red #962735

Tints of Bright Red #962735

Color information

#962735 (or 0x962735) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 35. RGB value is (150,39,53). Sum of RGB (Red+Green+Blue) = 150+39+53=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #962735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962735 is #69D8CA. Grayscale: #494949. Windows color (decimal): -6936779 or 3483542. OLE color: 3483542.

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

Color convert

RGB1503953-
CMYK00.740.650.41
HSL352.43º58.73%37.06%-
HSV(B)352.43º74%58.82%-
XYZ13.958.194.21-
YUV73.78116.27182.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=61.98%
G=16.12%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150395300.740.650.41352.4358.7337.06
Hex96273504A41291603b25
Octal22647650112101515407345
Binary10010110100111110101010010101000001101001101100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962735; }

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

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

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

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

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

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

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

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