#961F34

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

Shades of Bright Red #961F34

Tints of Bright Red #961F34

Color information

#961F34 (or 0x961F34) is unknown color: approx Bright Red. HEX triplet: 96, 1F and 34. RGB value is (150,31,52). Sum of RGB (Red+Green+Blue) = 150+31+52=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #961F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F34 is #69E0CB. Grayscale: #454545. Windows color (decimal): -6938828 or 3415958. OLE color: 3415958.

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

Color convert

RGB1503152-
CMYK00.790.650.41
HSL349.41º65.75%35.49%-
HSV(B)349.41º79.33%58.82%-
XYZ13.697.714.02-
YUV68.97118.42185.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 31 (12.5% from 255) = 13.30%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=64.38%
G=13.30%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150315200.790.650.41349.4165.7535.49
Hex961F3404F412915d4223
Octal226376401171015153510243
Binary10010110111111101000100111110000011010011010111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F34; }

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

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

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

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

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

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

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

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