Html Css Color HEX #961933 Bright Red

📋 copy color: '#961933'

red 150 ◦ green 25 ◦ blue 51

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

Shades of Bright Red #961933

Tints of Bright Red #961933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 66.37%
G = 11.06%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#961933 (or 0x961933) is known color: Bright Red. HEX triplet: 96, 19 and 33. RGB value is (150,25,51). Sum of RGB (Red+Green+Blue) = 150+25+51=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #961933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961933 is #69E6CC. Grayscale: #414141. Windows color (decimal): -6940365 or 3348886. OLE color: 3348886.

HSL color Cylindrical-coordinate representation of color #961933: hue angle of 347.52º 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 #961933 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 51 -
CMYK 0 0.83 0.66 0.41
HSL 347.52º 0.71% 0.34% -
HSV(B) 347.52º 0.83% 0.59% -
XYZ 13.52 7.42 3.85 -
YUV 65.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 150 25 51 0 0.83 0.66 0.41 347.52 0.71 0.34
Hex 96 19 33 0 53 42 29 15C 47 22
Octal 226 31 63 0 123 102 51 534 107 42
Binary 10010110 11001 110011 0 1010011 1000010 101001 101011100 1000111 100010

Color Harmonies of #961933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961933

Black with #961933

Text Example


Text Example

White with #961933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961933; }

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

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

background-color css

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

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

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

border-color css

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

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

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