Html Css Color HEX #961736 Bright Red

📋 copy color: '#961736'

red 150 ◦ green 23 ◦ blue 54

#961736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #961736

Tints of Bright Red #961736

RGB

 RED value IS 150 (58.98% from 255) = 66.08%

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 66.08%
G = 10.13%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#961736 (or 0x961736) is known color: Bright Red. HEX triplet: 96, 17 and 36. RGB value is (150,23,54). Sum of RGB (Red+Green+Blue) = 150+23+54=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #961736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961736 is #69E8C9. Grayscale: #404040. Windows color (decimal): -6940874 or 3544982. OLE color: 3544982.

HSL color Cylindrical-coordinate representation of color #961736: hue angle of 345.35º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961736 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 54 -
CMYK 0 0.85 0.64 0.41
HSL 345.35º 0.73% 0.34% -
HSV(B) 345.35º 0.85% 0.59% -
XYZ 13.55 7.36 4.2 -
YUV 64.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 150 23 54 0 0.85 0.64 0.41 345.35 0.73 0.34
Hex 96 17 36 0 55 40 29 159 49 22
Octal 226 27 66 0 125 100 51 531 111 42
Binary 10010110 10111 110110 0 1010101 1000000 101001 101011001 1001001 100010

Color Harmonies of #961736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961736

Black with #961736

Text Example


Text Example

White with #961736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961736; }

 p { color: rgb(150,23,54); }

 H1.HeaderClassName
 {
   color: #961736;
 }
 .AnyTagClassName
 {
   color: #961736;
 }
</style>

background-color css

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

 a { background-color: rgb(150,23,54); }

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

border-color css

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

 span { border-color: rgb(150,23,54); }

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