Html Css Color HEX #961D31 Bright Red

📋 copy color: '#961D31'

red 150 ◦ green 29 ◦ blue 49

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

Shades of Bright Red #961D31

Tints of Bright Red #961D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

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

R = 65.79%
G = 12.72%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961D31 (or 0x961D31) is known color: Bright Red. HEX triplet: 96, 1D and 31. RGB value is (150,29,49). Sum of RGB (Red+Green+Blue) = 150+29+49=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #961D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D31 is #69E2CE. Grayscale: #434343. Windows color (decimal): -6939343 or 3218838. OLE color: 3218838.

HSL color Cylindrical-coordinate representation of color #961D31: hue angle of 350.08º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D31 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 49 -
CMYK 0 0.81 0.67 0.41
HSL 350.08º 0.68% 0.35% -
HSV(B) 350.08º 0.81% 0.59% -
XYZ 13.57 7.58 3.65 -
YUV 67.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 150 29 49 0 0.81 0.67 0.41 350.08 0.68 0.35
Hex 96 1D 31 0 51 43 29 15E 44 23
Octal 226 35 61 0 121 103 51 536 104 43
Binary 10010110 11101 110001 0 1010001 1000011 101001 101011110 1000100 100011

Color Harmonies of #961D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D31

Black with #961D31

Text Example


Text Example

White with #961D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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