#961234

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

Shades of Bright Red #961234

Tints of Bright Red #961234

Color information

#961234 (or 0x961234) is unknown color: approx Bright Red. HEX triplet: 96, 12 and 34. RGB value is (150,18,52). Sum of RGB (Red+Green+Blue) = 150+18+52=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961234 is #69EDCB. Grayscale: #3D3D3D. Windows color (decimal): -6942156 or 3412630. OLE color: 3412630.

HSL color Cylindrical-coordinate representation of color #961234: hue angle of 344.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961234 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1501852-
CMYK00.880.650.41
HSL344.55º78.57%32.94%-
HSV(B)344.55º88%58.82%-
XYZ13.417.163.92-
YUV61.34122.73191.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=68.18%
G=8.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150185200.880.650.41344.5578.5732.94
Hex96123405841291594f21
Octal226226401301015153111741
Binary10010110100101101000101100010000011010011010110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961234; }

 p { color: rgb(150,18,52); }

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

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

 a { background-color: rgb(150,18,52); }

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

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

 span { border-color: rgb(150,18,52); }

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