Html Css Color HEX #952837 Bright Red

📋 copy color: '#952837'

red 149 ◦ green 40 ◦ blue 55

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

Shades of Bright Red #952837

Tints of Bright Red #952837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 61.07%
G = 16.39%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#952837 (or 0x952837) is known color: Bright Red. HEX triplet: 95, 28 and 37. RGB value is (149,40,55). Sum of RGB (Red+Green+Blue) = 149+40+55=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952837 is #6AD7C8. Grayscale: #4A4A4A. Windows color (decimal): -7002057 or 3614869. OLE color: 3614869.

HSL color Cylindrical-coordinate representation of color #952837: hue angle of 351.74º 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 #952837 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 55 -
CMYK 0 0.73 0.63 0.42
HSL 351.74º 0.58% 0.37% -
HSV(B) 351.74º 0.73% 0.58% -
XYZ 13.84 8.18 4.46 -
YUV 74.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 149 40 55 0 0.73 0.63 0.42 351.74 0.58 0.37
Hex 95 28 37 0 49 3F 2A 160 3A 25
Octal 225 50 67 0 111 77 52 540 72 45
Binary 10010101 101000 110111 0 1001001 111111 101010 101100000 111010 100101

Color Harmonies of #952837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952837

Black with #952837

Text Example


Text Example

White with #952837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952837; }

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

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

background-color css

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

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

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

border-color css

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

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

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