Html Css Color HEX #952341 Disco

📋 copy color: '#952341'

red 149 ◦ green 35 ◦ blue 65

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

Shades of Disco #952341

Tints of Disco #952341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 59.84%
G = 14.06%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952341 (or 0x952341) is known color: Disco. HEX triplet: 95, 23 and 41. RGB value is (149,35,65). Sum of RGB (Red+Green+Blue) = 149+35+65=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #952341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952341 is #6ADCBE. Grayscale: #484848. Windows color (decimal): -7003327 or 4268949. OLE color: 4268949.

HSL color Cylindrical-coordinate representation of color #952341: hue angle of 344.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952341 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 65 -
CMYK 0 0.77 0.56 0.42
HSL 344.21º 0.62% 0.36% -
HSV(B) 344.21º 0.77% 0.58% -
XYZ 13.95 7.97 5.8 -
YUV 72.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 149 35 65 0 0.77 0.56 0.42 344.21 0.62 0.36
Hex 95 23 41 0 4D 38 2A 158 3E 24
Octal 225 43 101 0 115 70 52 530 76 44
Binary 10010101 100011 1000001 0 1001101 111000 101010 101011000 111110 100100

Color Harmonies of #952341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952341

Black with #952341

Text Example


Text Example

White with #952341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952341; }

 p { color: rgb(149,35,65); }

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

background-color css

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

 a { background-color: rgb(149,35,65); }

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

border-color css

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

 span { border-color: rgb(149,35,65); }

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