Html Css Color HEX #423543 Fuscous Grey

📋 copy color: '#423543'

red 66 ◦ green 53 ◦ blue 67

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

Shades of Fuscous Grey #423543

Tints of Fuscous Grey #423543

RGB

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

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

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

R = 35.48%
G = 28.49%
B = 36.02%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423543 (or 0x423543) is known color: Fuscous Grey. HEX triplet: 42, 35 and 43. RGB value is (66,53,67). Sum of RGB (Red+Green+Blue) = 66+53+67=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 67 - color contains mainly: blue. Hex color #423543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423543 is #BDCABC. Grayscale: #3A3A3A. Windows color (decimal): -12438205 or 4404546. OLE color: 4404546.

HSL color Cylindrical-coordinate representation of color #423543: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423543 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 67 -
CMYK 0.01 0.21 0 0.74
HSL 295.71º 0.12% 0.24% -
HSV(B) 295.71º 0.21% 0.26% -
XYZ 4.53 4.11 5.86 -
YUV 58.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 66 53 67 0.01 0.21 0 0.74 295.71 0.12 0.24
Hex 42 35 43 1 15 0 4A 128 C 18
Octal 102 65 103 1 25 0 112 450 14 30
Binary 1000010 110101 1000011 1 10101 0 1001010 100101000 1100 11000

Color Harmonies of #423543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423543

Black with #423543

Text Example


Text Example

White with #423543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423543; }

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

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

background-color css

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

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

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

border-color css

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

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

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