Html Css Color HEX #961935 Bright Red

📋 copy color: '#961935'

red 150 ◦ green 25 ◦ blue 53

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

Shades of Bright Red #961935

Tints of Bright Red #961935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 65.79%
G = 10.96%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#961935 (or 0x961935) is known color: Bright Red. HEX triplet: 96, 19 and 35. RGB value is (150,25,53). Sum of RGB (Red+Green+Blue) = 150+25+53=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #961935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961935 is #69E6CA. Grayscale: #414141. Windows color (decimal): -6940363 or 3479958. OLE color: 3479958.

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

Color convert

RGB 150 25 53 -
CMYK 0 0.83 0.65 0.41
HSL 346.56º 0.71% 0.34% -
HSV(B) 346.56º 0.83% 0.59% -
XYZ 13.57 7.44 4.09 -
YUV 65.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 150 25 53 0 0.83 0.65 0.41 346.56 0.71 0.34
Hex 96 19 35 0 53 41 29 15B 47 22
Octal 226 31 65 0 123 101 51 533 107 42
Binary 10010110 11001 110101 0 1010011 1000001 101001 101011011 1000111 100010

Color Harmonies of #961935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961935

Black with #961935

Text Example


Text Example

White with #961935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961935; }

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

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

background-color css

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

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

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

border-color css

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

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

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