Html Css Color HEX #952728 Bright Red

📋 copy color: '#952728'

red 149 ◦ green 39 ◦ blue 40

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

Shades of Bright Red #952728

Tints of Bright Red #952728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 65.35%
G = 17.11%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952728 (or 0x952728) is known color: Bright Red. HEX triplet: 95, 27 and 28. RGB value is (149,39,40). Sum of RGB (Red+Green+Blue) = 149+39+40=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952728 is #6AD8D7. Grayscale: #484848. Windows color (decimal): -7002328 or 2631573. OLE color: 2631573.

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

Color convert

RGB 149 39 40 -
CMYK 0 0.74 0.73 0.42
HSL 359.45º 0.59% 0.37% -
HSV(B) 359.45º 0.74% 0.58% -
XYZ 13.5 7.99 2.84 -
YUV 72 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 149 39 40 0 0.74 0.73 0.42 359.45 0.59 0.37
Hex 95 27 28 0 4A 49 2A 167 3B 25
Octal 225 47 50 0 112 111 52 547 73 45
Binary 10010101 100111 101000 0 1001010 1001001 101010 101100111 111011 100101

Color Harmonies of #952728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952728

Black with #952728

Text Example


Text Example

White with #952728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952728; }

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

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

background-color css

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

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

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

border-color css

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

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

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