Html Css Color HEX #961920 Bright Red

📋 copy color: '#961920'

red 150 ◦ green 25 ◦ blue 32

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

Shades of Bright Red #961920

Tints of Bright Red #961920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 72.46%
G = 12.08%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#961920 (or 0x961920) is known color: Bright Red. HEX triplet: 96, 19 and 20. RGB value is (150,25,32). Sum of RGB (Red+Green+Blue) = 150+25+32=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #961920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961920 is #69E6DF. Grayscale: #3F3F3F. Windows color (decimal): -6940384 or 2103702. OLE color: 2103702.

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

Color convert

RGB 150 25 32 -
CMYK 0 0.83 0.79 0.41
HSL 356.64º 0.71% 0.34% -
HSV(B) 356.64º 0.83% 0.59% -
XYZ 13.19 7.28 2.08 -
YUV 63.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 150 25 32 0 0.83 0.79 0.41 356.64 0.71 0.34
Hex 96 19 20 0 53 4F 29 165 47 22
Octal 226 31 40 0 123 117 51 545 107 42
Binary 10010110 11001 100000 0 1010011 1001111 101001 101100101 1000111 100010

Color Harmonies of #961920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961920

Black with #961920

Text Example


Text Example

White with #961920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961920; }

 p { color: rgb(150,25,32); }

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

background-color css

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

 a { background-color: rgb(150,25,32); }

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

border-color css

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

 span { border-color: rgb(150,25,32); }

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