Html Css Color HEX #423141 Fuscous Grey

📋 copy color: '#423141'

red 66 ◦ green 49 ◦ blue 65

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

Shades of Fuscous Grey #423141

Tints of Fuscous Grey #423141

RGB

 RED value IS 66 (26.17% from 255) = 36.67%

 GREEN value IS 49 (19.53% from 255) = 27.22%

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

R = 36.67%
G = 27.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423141 (or 0x423141) is known color: Fuscous Grey. HEX triplet: 42, 31 and 41. RGB value is (66,49,65). Sum of RGB (Red+Green+Blue) = 66+49+65=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423141 is #BDCEBE. Grayscale: #373737. Windows color (decimal): -12439231 or 4272450. OLE color: 4272450.

HSL color Cylindrical-coordinate representation of color #423141: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423141 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 49 65 -
CMYK 0 0.26 0.02 0.74
HSL 303.53º 0.15% 0.23% -
HSV(B) 303.53º 0.26% 0.26% -
XYZ 4.3 3.74 5.5 -
YUV 55.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 66 49 65 0 0.26 0.02 0.74 303.53 0.15 0.23
Hex 42 31 41 0 1A 2 4A 130 F 17
Octal 102 61 101 0 32 2 112 460 17 27
Binary 1000010 110001 1000001 0 11010 10 1001010 100110000 1111 10111

Color Harmonies of #423141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423141

Black with #423141

Text Example


Text Example

White with #423141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423141; }

 p { color: rgb(66,49,65); }

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

background-color css

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

 a { background-color: rgb(66,49,65); }

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

border-color css

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

 span { border-color: rgb(66,49,65); }

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