Html Css Color HEX #952831 Bright Red

📋 copy color: '#952831'

red 149 ◦ green 40 ◦ blue 49

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

Shades of Bright Red #952831

Tints of Bright Red #952831

RGB

 RED value IS 149 (58.59% from 255) = 62.61%

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

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

R = 62.61%
G = 16.81%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952831 (or 0x952831) is known color: Bright Red. HEX triplet: 95, 28 and 31. RGB value is (149,40,49). Sum of RGB (Red+Green+Blue) = 149+40+49=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952831 is #6AD7CE. Grayscale: #494949. Windows color (decimal): -7002063 or 3221653. OLE color: 3221653.

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

Color convert

RGB 149 40 49 -
CMYK 0 0.73 0.67 0.42
HSL 355.05º 0.58% 0.37% -
HSV(B) 355.05º 0.73% 0.58% -
XYZ 13.71 8.13 3.75 -
YUV 73.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 149 40 49 0 0.73 0.67 0.42 355.05 0.58 0.37
Hex 95 28 31 0 49 43 2A 163 3A 25
Octal 225 50 61 0 111 103 52 543 72 45
Binary 10010101 101000 110001 0 1001001 1000011 101010 101100011 111010 100101

Color Harmonies of #952831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952831

Black with #952831

Text Example


Text Example

White with #952831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952831; }

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

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

background-color css

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

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

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

border-color css

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

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

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