Html Css Color HEX #423243 Fuscous Grey

📋 copy color: '#423243'

red 66 ◦ green 50 ◦ blue 67

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

Shades of Fuscous Grey #423243

Tints of Fuscous Grey #423243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

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

R = 36.07%
G = 27.32%
B = 36.61%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423243 (or 0x423243) is known color: Fuscous Grey. HEX triplet: 42, 32 and 43. RGB value is (66,50,67). Sum of RGB (Red+Green+Blue) = 66+50+67=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #423243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423243 is #BDCDBC. Grayscale: #383838. Windows color (decimal): -12438973 or 4403778. OLE color: 4403778.

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

Color convert

RGB 66 50 67 -
CMYK 0.01 0.25 0 0.74
HSL 296.47º 0.15% 0.23% -
HSV(B) 296.47º 0.25% 0.26% -
XYZ 4.4 3.84 5.82 -
YUV 56.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 66 50 67 0.01 0.25 0 0.74 296.47 0.15 0.23
Hex 42 32 43 1 19 0 4A 128 F 17
Octal 102 62 103 1 31 0 112 450 17 27
Binary 1000010 110010 1000011 1 11001 0 1001010 100101000 1111 10111

Color Harmonies of #423243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423243

Black with #423243

Text Example


Text Example

White with #423243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423243; }

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

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

background-color css

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

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

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

border-color css

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

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

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