Html Css Color HEX #423443 Fuscous Grey

📋 copy color: '#423443'

red 66 ◦ green 52 ◦ blue 67

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

Shades of Fuscous Grey #423443

Tints of Fuscous Grey #423443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 35.68%
G = 28.11%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423443 (or 0x423443) is known color: Fuscous Grey. HEX triplet: 42, 34 and 43. RGB value is (66,52,67). Sum of RGB (Red+Green+Blue) = 66+52+67=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 67 - color contains mainly: blue. Hex color #423443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423443 is #BDCBBC. Grayscale: #393939. Windows color (decimal): -12438461 or 4404290. OLE color: 4404290.

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

Color convert

RGB 66 52 67 -
CMYK 0.01 0.22 0 0.74
HSL 296º 0.13% 0.23% -
HSV(B) 296º 0.22% 0.26% -
XYZ 4.49 4.02 5.85 -
YUV 57.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 66 52 67 0.01 0.22 0 0.74 296 0.13 0.23
Hex 42 34 43 1 16 0 4A 128 D 17
Octal 102 64 103 1 26 0 112 450 15 27
Binary 1000010 110100 1000011 1 10110 0 1001010 100101000 1101 10111

Color Harmonies of #423443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423443

Black with #423443

Text Example


Text Example

White with #423443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423443; }

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

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

background-color css

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

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

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

border-color css

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

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

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