Html Css Color HEX #95153E Disco

📋 copy color: '#95153E'

red 149 ◦ green 21 ◦ blue 62

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

Shades of Disco #95153E

Tints of Disco #95153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 64.22%
G = 9.05%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95153E (or 0x95153E) is known color: Disco. HEX triplet: 95, 15 and 3E. RGB value is (149,21,62). Sum of RGB (Red+Green+Blue) = 149+21+62=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95153E is #6AEAC1. Grayscale: #3F3F3F. Windows color (decimal): -7006914 or 4068757. OLE color: 4068757.

HSL color Cylindrical-coordinate representation of color #95153E: hue angle of 340.78º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95153E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 62 -
CMYK 0 0.86 0.58 0.42
HSL 340.78º 0.75% 0.33% -
HSV(B) 340.78º 0.86% 0.58% -
XYZ 13.53 7.27 5.25 -
YUV 63.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 149 21 62 0 0.86 0.58 0.42 340.78 0.75 0.33
Hex 95 15 3E 0 56 3A 2A 155 4B 21
Octal 225 25 76 0 126 72 52 525 113 41
Binary 10010101 10101 111110 0 1010110 111010 101010 101010101 1001011 100001

Color Harmonies of #95153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95153E

Black with #95153E

Text Example


Text Example

White with #95153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95153E; }

 p { color: rgb(149,21,62); }

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

background-color css

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

 a { background-color: rgb(149,21,62); }

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

border-color css

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

 span { border-color: rgb(149,21,62); }

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