Html Css Color HEX #952843 Disco

📋 copy color: '#952843'

red 149 ◦ green 40 ◦ blue 67

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

Shades of Disco #952843

Tints of Disco #952843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 58.2%
G = 15.63%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952843 (or 0x952843) is known color: Disco. HEX triplet: 95, 28 and 43. RGB value is (149,40,67). Sum of RGB (Red+Green+Blue) = 149+40+67=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952843 is #6AD7BC. Grayscale: #4B4B4B. Windows color (decimal): -7002045 or 4401301. OLE color: 4401301.

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

Color convert

RGB 149 40 67 -
CMYK 0 0.73 0.55 0.42
HSL 345.14º 0.58% 0.37% -
HSV(B) 345.14º 0.73% 0.58% -
XYZ 14.17 8.31 6.17 -
YUV 75.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 149 40 67 0 0.73 0.55 0.42 345.14 0.58 0.37
Hex 95 28 43 0 49 37 2A 159 3A 25
Octal 225 50 103 0 111 67 52 531 72 45
Binary 10010101 101000 1000011 0 1001001 110111 101010 101011001 111010 100101

Color Harmonies of #952843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952843

Black with #952843

Text Example


Text Example

White with #952843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952843; }

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

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

background-color css

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

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

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

border-color css

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

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

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