Html Css Color HEX #961829 Bright Red

📋 copy color: '#961829'

red 150 ◦ green 24 ◦ blue 41

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

Shades of Bright Red #961829

Tints of Bright Red #961829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 69.77%
G = 11.16%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#961829 (or 0x961829) is known color: Bright Red. HEX triplet: 96, 18 and 29. RGB value is (150,24,41). Sum of RGB (Red+Green+Blue) = 150+24+41=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #961829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961829 is #69E7D6. Grayscale: #3F3F3F. Windows color (decimal): -6940631 or 2693270. OLE color: 2693270.

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

Color convert

RGB 150 24 41 -
CMYK 0 0.84 0.73 0.41
HSL 351.9º 0.72% 0.34% -
HSV(B) 351.9º 0.84% 0.59% -
XYZ 13.3 7.3 2.81 -
YUV 63.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 150 24 41 0 0.84 0.73 0.41 351.9 0.72 0.34
Hex 96 18 29 0 54 49 29 160 48 22
Octal 226 30 51 0 124 111 51 540 110 42
Binary 10010110 11000 101001 0 1010100 1001001 101001 101100000 1001000 100010

Color Harmonies of #961829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961829

Black with #961829

Text Example


Text Example

White with #961829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961829; }

 p { color: rgb(150,24,41); }

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

background-color css

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

 a { background-color: rgb(150,24,41); }

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

border-color css

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

 span { border-color: rgb(150,24,41); }

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