Html Css Color HEX #423541 Fuscous Grey

📋 copy color: '#423541'

red 66 ◦ green 53 ◦ blue 65

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

Shades of Fuscous Grey #423541

Tints of Fuscous Grey #423541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 35.87%
G = 28.8%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423541 (or 0x423541) is known color: Fuscous Grey. HEX triplet: 42, 35 and 41. RGB value is (66,53,65). Sum of RGB (Red+Green+Blue) = 66+53+65=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 66 - color contains mainly: red. Hex color #423541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423541 is #BDCABE. Grayscale: #3A3A3A. Windows color (decimal): -12438207 or 4273474. OLE color: 4273474.

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

Color convert

RGB 66 53 65 -
CMYK 0 0.20 0.02 0.74
HSL 304.62º 0.11% 0.23% -
HSV(B) 304.62º 0.2% 0.26% -
XYZ 4.47 4.09 5.55 -
YUV 58.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 66 53 65 0 0.20 0.02 0.74 304.62 0.11 0.23
Hex 42 35 41 0 14 2 4A 131 B 17
Octal 102 65 101 0 24 2 112 461 13 27
Binary 1000010 110101 1000001 0 10100 10 1001010 100110001 1011 10111

Color Harmonies of #423541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423541

Black with #423541

Text Example


Text Example

White with #423541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423541; }

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

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

background-color css

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

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

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

border-color css

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

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

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