Html Css Color HEX #952027 Bright Red

📋 copy color: '#952027'

red 149 ◦ green 32 ◦ blue 39

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

Shades of Bright Red #952027

Tints of Bright Red #952027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 67.73%
G = 14.55%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952027 (or 0x952027) is known color: Bright Red. HEX triplet: 95, 20 and 27. RGB value is (149,32,39). Sum of RGB (Red+Green+Blue) = 149+32+39=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952027 is #6ADFD8. Grayscale: #434343. Windows color (decimal): -7004121 or 2564245. OLE color: 2564245.

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

Color convert

RGB 149 32 39 -
CMYK 0 0.79 0.74 0.42
HSL 356.41º 0.65% 0.35% -
HSV(B) 356.41º 0.79% 0.58% -
XYZ 13.28 7.57 2.68 -
YUV 67.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 149 32 39 0 0.79 0.74 0.42 356.41 0.65 0.35
Hex 95 20 27 0 4F 4A 2A 164 41 23
Octal 225 40 47 0 117 112 52 544 101 43
Binary 10010101 100000 100111 0 1001111 1001010 101010 101100100 1000001 100011

Color Harmonies of #952027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952027

Black with #952027

Text Example


Text Example

White with #952027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952027; }

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

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

background-color css

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

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

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

border-color css

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

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

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