Html Css Color HEX #952342 Disco

📋 copy color: '#952342'

red 149 ◦ green 35 ◦ blue 66

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

Shades of Disco #952342

Tints of Disco #952342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 59.6%
G = 14%
B = 26.4%

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

#952342 (or 0x952342) is known color: Disco. HEX triplet: 95, 23 and 42. RGB value is (149,35,66). Sum of RGB (Red+Green+Blue) = 149+35+66=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952342 is #6ADCBD. Grayscale: #484848. Windows color (decimal): -7003326 or 4334485. OLE color: 4334485.

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

Color convert

RGB 149 35 66 -
CMYK 0 0.77 0.56 0.42
HSL 343.68º 0.62% 0.36% -
HSV(B) 343.68º 0.77% 0.58% -
XYZ 13.98 7.98 5.96 -
YUV 72.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 149 35 66 0 0.77 0.56 0.42 343.68 0.62 0.36
Hex 95 23 42 0 4D 38 2A 158 3E 24
Octal 225 43 102 0 115 70 52 530 76 44
Binary 10010101 100011 1000010 0 1001101 111000 101010 101011000 111110 100100

Color Harmonies of #952342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952342

Black with #952342

Text Example


Text Example

White with #952342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952342; }

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

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

background-color css

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

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

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

border-color css

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

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

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