Html Css Color HEX #962831 Bright Red

📋 copy color: '#962831'

red 150 ◦ green 40 ◦ blue 49

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

Shades of Bright Red #962831

Tints of Bright Red #962831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 62.76%
G = 16.74%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962831 (or 0x962831) is known color: Bright Red. HEX triplet: 96, 28 and 31. RGB value is (150,40,49). Sum of RGB (Red+Green+Blue) = 150+40+49=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962831 is #69D7CE. Grayscale: #494949. Windows color (decimal): -6936527 or 3221654. OLE color: 3221654.

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

Color convert

RGB 150 40 49 -
CMYK 0 0.73 0.67 0.41
HSL 355.09º 0.58% 0.37% -
HSV(B) 355.09º 0.73% 0.59% -
XYZ 13.89 8.22 3.76 -
YUV 73.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 150 40 49 0 0.73 0.67 0.41 355.09 0.58 0.37
Hex 96 28 31 0 49 43 29 163 3A 25
Octal 226 50 61 0 111 103 51 543 72 45
Binary 10010110 101000 110001 0 1001001 1000011 101001 101100011 111010 100101

Color Harmonies of #962831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962831

Black with #962831

Text Example


Text Example

White with #962831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962831; }

 p { color: rgb(150,40,49); }

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

background-color css

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

 a { background-color: rgb(150,40,49); }

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

border-color css

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

 span { border-color: rgb(150,40,49); }

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